Make sure our own JID is in the DB
This commit is contained in:
parent
dfafedc21f
commit
2c4c610632
1 changed files with 3 additions and 0 deletions
|
@ -1109,6 +1109,9 @@ class Interface:
|
||||||
"""
|
"""
|
||||||
# ('SIGNED_IN', account, ())
|
# ('SIGNED_IN', account, ())
|
||||||
# block signed in notifications for 30 seconds
|
# 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
|
account = obj.conn.name
|
||||||
app.block_signed_in_notifications[account] = True
|
app.block_signed_in_notifications[account] = True
|
||||||
state = self.sleeper.getState()
|
state = self.sleeper.getState()
|
||||||
|
|
Loading…
Add table
Reference in a new issue