apply-profile: add find-calling-profile to after array

This commit is contained in:
Pablo Correa Gómez 2025-09-07 10:19:22 +02:00
parent dcf083ef3b
commit 7eacea9da9
No known key found for this signature in database
GPG Key ID: 7A342565FF635F79

View File

@ -11,7 +11,7 @@ log = Log.open_topic ("s-device")
AsyncEventHook {
name = "device/apply-profile",
after = { "device/find-stored-profile", "device/find-preferred-profile", "device/find-best-profile" },
after = { "device/find-calling-profile", "device/find-stored-profile", "device/find-preferred-profile", "device/find-best-profile" },
interests = {
EventInterest {
Constraint { "event.type", "=", "select-profile" },