Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
067b3e21 by wurstsalat at 2024-05-21T19:41:00+02:00
fix: Store message drafts when switching workspaces
Fixes #11824
- - - - -
1 changed file:
- gajim/gtk/message_actions_box.py
Changes:
=====================================
gajim/gtk/message_actions_box.py
=====================================
@@ -283,6 +283,7 @@ def clear(self) -> None:
self._client.disconnect_all_from_obj(self)
if self._contact is not None:
+ self._store_draft()
self._contact.disconnect_all_from_obj(self)
self._contact = None
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/067b3e218dafa6e5c60ea8d33cff3c6565f726cb
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/067b3e218dafa6e5c60ea8d33cff3c6565f726cb
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]