Refresh the tab when we receive a chat state
This commit is contained in:
parent
d0b1349cf4
commit
3f41cc8967
1 changed files with 2 additions and 0 deletions
|
@ -243,6 +243,8 @@ class Core(object):
|
|||
if not tab:
|
||||
return
|
||||
tab.chatstate = state
|
||||
if tab == self.current_tab():
|
||||
self.refresh_window()
|
||||
|
||||
def open_new_form(self, form, on_cancel, on_send, **kwargs):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue