plugins/embed: correctly refresh window in Conversation*Tab

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-04-15 02:52:19 +02:00
parent d9379a35aa
commit 1e2c6593f5
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -45,6 +45,4 @@ class Plugin(BasePlugin):
typ=1, typ=1,
) )
message.send() message.send()
# TODO: Fix refreshing. The following doesn't work. self.core.refresh_window()
tab.refresh()
self.core.tab_win.refresh()