affiliations: correctly refresh window
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
c974114955
commit
4e0d3d8107
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue