Work around /upload not working in direct tabs (similar to #3449)
This commit is contained in:
parent
06159c0e1f
commit
f3aad52c7f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Plugin(BasePlugin):
|
|||
def init(self):
|
||||
if not self.core.xmpp['xep_0363']:
|
||||
raise Exception('slixmpp XEP-0363 plugin failed to load')
|
||||
for _class in (tabs.PrivateTab, tabs.ConversationTab, tabs.MucTab):
|
||||
for _class in (tabs.PrivateTab, tabs.StaticConversationTab, tabs.DynamicConversationTab, tabs.MucTab):
|
||||
self.api.add_tab_command(
|
||||
_class,
|
||||
'upload',
|
||||
|
|
Loading…
Reference in a new issue