get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / UpdateMessage.py
index f28ce12..7f96129 100644 (file)
@@ -38,5 +38,6 @@ class UpdateMessage(Method):
 
         message.update(message_fields)
         message.sync()
+        self.event_objects = {'Message': [message['message_id']]}
 
         return 1