Skip to content
Snippets Groups Projects
Commit 3f88abaf authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix tb when we receive pep info from a room. Fixes #4449

parent 67d19a22
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ def handle_mood(account, jid, mood=None, text=None, retract=False):
gajim.interface.roster.draw_account(account)
gajim.interface.roster.draw_mood(user, account)
ctrl = gajim.interface.msg_win_mgr.get_control(user, account)
if ctrl:
if ctrl and ctrl.type_id == 'chat':
ctrl.update_mood()
def user_tune(items, name, jid):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment