summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2018-11-27 13:37:11 +0100
committerGeorg Lukas <georg@op-co.de>2018-12-16 19:02:06 +0100
commit06159c0e1fad1f47058f558a1969d87b2f6b0649 (patch)
treec35b142916c4a3de7caf12c6f570bfd0d89e9443 /plugins
parentb0a19bb0198259812773e3e26ce9f37519c75367 (diff)
downloadpoezio-06159c0e1fad1f47058f558a1969d87b2f6b0649.tar.gz
poezio-06159c0e1fad1f47058f558a1969d87b2f6b0649.tar.bz2
poezio-06159c0e1fad1f47058f558a1969d87b2f6b0649.tar.xz
poezio-06159c0e1fad1f47058f558a1969d87b2f6b0649.zip
Work around #3449
Diffstat (limited to 'plugins')
-rw-r--r--plugins/embed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/embed.py b/plugins/embed.py
index 726b1eb2..0cdc41d2 100644
--- a/plugins/embed.py
+++ b/plugins/embed.py
@@ -20,7 +20,7 @@ from poezio.theming import get_theme
class Plugin(BasePlugin):
def init(self):
- for tab_t in [tabs.MucTab, tabs.ConversationTab, tabs.PrivateTab]:
+ for tab_t in [tabs.MucTab, tabs.StaticConversationTab, tabs.DynamicConversationTab, tabs.PrivateTab]:
self.api.add_tab_command(
tab_t,
'embed',