Use refresh_input in process_presence_buffer to avoid traceback
This commit is contained in:
parent
322e10d1bd
commit
3e3793b701
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ class MucTab(ChatTab):
|
|||
self.enable_self_ping_event()
|
||||
if self.core.current_tab() is not self:
|
||||
self.refresh_tab_win()
|
||||
self.core.current_tab().input.refresh()
|
||||
self.core.current_tab().refresh_input()
|
||||
self.core.doupdate()
|
||||
|
||||
def handle_presence_unjoined(self, presence, deterministic, own=False):
|
||||
|
|
Loading…
Reference in a new issue