diff options
-rw-r--r-- | poezio/tabs/muctab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index 657908c2..3985a6c7 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -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 |