Work around #3449
This commit is contained in:
parent
b0a19bb019
commit
06159c0e1f
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue