diff sat/plugins/plugin_misc_android.py @ 4051:c23cad65ae99

core: renamed `messageReceived` trigger to `message_received`
author Goffi <goffi@goffi.org>
date Mon, 29 May 2023 13:32:08 +0200
parents 524856bd7b19
children
line wrap: on
line diff
--- a/sat/plugins/plugin_misc_android.py	Mon May 15 17:19:54 2023 +0200
+++ b/sat/plugins/plugin_misc_android.py	Mon May 29 13:32:08 2023 +0200
@@ -268,7 +268,7 @@
                 raise e
         # we set a low priority because we want the notification to be sent after all
         # plugins have done their job
-        host.trigger.add("messageReceived", self.message_received_trigger, priority=-1000)
+        host.trigger.add("message_received", self.message_received_trigger, priority=-1000)
 
         # profiles autoconnection
         host.bridge.add_method(