diff sat/memory/encryption.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/memory/encryption.py	Mon May 15 17:19:54 2023 +0200
+++ b/sat/memory/encryption.py	Mon May 29 13:32:08 2023 +0200
@@ -462,7 +462,7 @@
     def mark_as_encrypted(self, mess_data, namespace):
         """Helper method to mark a message as having been e2e encrypted.
 
-        This should be used in the post_treat workflow of messageReceived trigger of
+        This should be used in the post_treat workflow of message_received trigger of
         the plugin
         @param mess_data(dict): message data as used in post treat workflow
         @param namespace(str): namespace of the algorithm used for encrypting the message
@@ -516,7 +516,7 @@
     def mark_as_trusted(self, mess_data):
         """Helper methor to mark a message as sent from a trusted entity.
 
-        This should be used in the post_treat workflow of messageReceived trigger of
+        This should be used in the post_treat workflow of message_received trigger of
         the plugin
         @param mess_data(dict): message data as used in post treat workflow
         """
@@ -526,7 +526,7 @@
     def mark_as_untrusted(self, mess_data):
         """Helper methor to mark a message as sent from an untrusted entity.
 
-        This should be used in the post_treat workflow of messageReceived trigger of
+        This should be used in the post_treat workflow of message_received trigger of
         the plugin
         @param mess_data(dict): message data as used in post treat workflow
         """