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,
|
||||
)
|
||||
message.send()
|
||||
# TODO: Fix refreshing. The following doesn't work.
|
||||
tab.refresh()
|
||||
self.core.tab_win.refresh()
|
||||
self.core.refresh_window()
|
||||
|
|
Loading…
Reference in a new issue