[Git][gajim/gajim][master] Fix event name

Philipp Hörist gitlab at dev.gajim.org
Thu Jul 26 17:28:11 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
7ad6a28e by Philipp Hörist at 2018-07-26T15:27:56Z
Fix event name

- - - - -


1 changed file:

- gajim/common/modules/mam.py


Changes:

=====================================
gajim/common/modules/mam.py
=====================================
--- a/gajim/common/modules/mam.py
+++ b/gajim/common/modules/mam.py
@@ -581,7 +581,7 @@ class MamMessageReceivedEvent(NetworkIncomingEvent):
 
 
 class MamGcMessageReceivedEvent(NetworkIncomingEvent):
-    name = 'mam-message-received'
+    name = 'mam-gc-message-received'
 
 
 class MamDecryptedMessageReceived(NetworkIncomingEvent):



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/7ad6a28e128042a423dc421c37c30cc49ff9d81a

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/7ad6a28e128042a423dc421c37c30cc49ff9d81a
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180726/c6bb8010/attachment.html>


More information about the Commits mailing list