fix: unsupported typ= parameter in embed plugin

This commit is contained in:
mathieui 2021-05-16 11:30:56 +02:00
parent e03f802e41
commit abb587f237

View file

@ -45,7 +45,6 @@ class Plugin(BasePlugin):
identifier=message['id'],
jid=tab.core.xmpp.boundjid,
),
typ=1,
)
message.send()
self.core.refresh_window()