Use refresh_input in process_presence_buffer to avoid traceback

This commit is contained in:
Maxime “pep” Buquet 2018-01-16 00:03:43 +00:00 committed by Emmanuel Gil Peyrot
parent 322e10d1bd
commit 3e3793b701

View file

@ -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):