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


Commits:
3baff256 by Philipp Hörist at 2024-05-18T15:11:23+02:00
fix: Get message timestamp on errors

- - - - -


1 changed file:

- gajim/common/modules/message.py


Changes:

=====================================
gajim/common/modules/message.py
=====================================
@@ -280,7 +280,7 @@ def _message_error_received(self,
             self._log.warning(stanza)
             return
 
-        timestamp = self._get_message_timestamp(properties)
+        timestamp = get_message_timestamp(properties)
 
         error_data = mod.MessageError(
             account_=self._account,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3baff256aa4d6554d53c285d74377061b09f72ae

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3baff256aa4d6554d53c285d74377061b09f72ae
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to