Philipp Hörist pushed to branch master at gajim / gajim
Commits:
546669e2 by Philipp Hörist at 2023-11-04T17:33:52+01:00
fix: Control: Add events with correct timestamp
Fixes #11670
- - - - -
1 changed file:
- gajim/gtk/control.py
Changes:
=====================================
gajim/gtk/control.py
=====================================
@@ -1049,7 +1049,8 @@ def _process_muc_room_config_finished(self,
event: events.MUCRoomConfigFinished
) -> None:
- self.add_info_message(_('A new group chat has been created'))
+ self.add_info_message(_('A new group chat has been created'),
+ event.timestamp)
def _on_room_presence_error(self,
_contact: GroupchatContact,
@@ -1063,7 +1064,7 @@ def _process_muc_room_presence_error(self,
event: events.MUCRoomPresenceError
) -> None:
- self.add_info_message(_('Error: %s') % event.error)
+ self.add_info_message(_('Error: %s') % event.error, event.timestamp)
def _on_room_destroyed(self,
_contact: GroupchatContact,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/546669e2cd155fda1b1d9bb9c595ca040ee6e4b8
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/546669e2cd155fda1b1d9bb9c595ca040ee6e4b8
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]