plugins/embed: correctly refresh window in Conversation*Tab
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
d9379a35aa
commit
1e2c6593f5
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
|
||||||
|
|
Loading…
Reference in a new issue