re draw contact when we open the notif after getting a groupchat invitation from him to remove the message icon in case there is no other event.
This commit is contained in:
parent
8b494b8ff7
commit
f06a30e74a
|
@ -1787,6 +1787,7 @@ class Interface:
|
||||||
dialogs.InvitationReceivedDialog(account, data[0], jid, data[2],
|
dialogs.InvitationReceivedDialog(account, data[0], jid, data[2],
|
||||||
data[1])
|
data[1])
|
||||||
gajim.events.remove_events(account, jid, event)
|
gajim.events.remove_events(account, jid, event)
|
||||||
|
self.roster.draw_contact(jid, account)
|
||||||
if w:
|
if w:
|
||||||
w.set_active_tab(fjid, account)
|
w.set_active_tab(fjid, account)
|
||||||
w.window.present()
|
w.window.present()
|
||||||
|
|
Loading…
Reference in New Issue