affiliations: correctly refresh window

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-02-25 09:16:36 +00:00
parent c974114955
commit 4e0d3d8107

View file

@ -1644,7 +1644,7 @@ class MucTab(ChatTab):
self._text_buffer.add_message(
'%s: %s' % (item.get('jid'), item.get('affiliation'))
)
self.refresh()
self.core.refresh_window()
return None
@command_args_parser.raw