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

Commits:
2c4c6106 by Philipp Hörist at 2017-12-17T13:48:32+01:00
Make sure our own JID is in the DB

- - - - -


1 changed file:

- gajim/gui_interface.py


Changes:

=====================================
gajim/gui_interface.py
=====================================
--- a/gajim/gui_interface.py
+++ b/gajim/gui_interface.py
@@ -1109,6 +1109,9 @@ class Interface:
         """
         # ('SIGNED_IN', account, ())
         # block signed in notifications for 30 seconds
+
+        # Add our own JID into the DB
+        app.logger.insert_jid(obj.conn.get_own_jid().getStripped())
         account = obj.conn.name
         app.block_signed_in_notifications[account] = True
         state = self.sleeper.getState()



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/2c4c610632111be1fc6d88583478e7aded71aa3b

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/2c4c610632111be1fc6d88583478e7aded71aa3b
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to