diff options
author | mathieui <mathieui@mathieui.net> | 2021-05-16 11:30:56 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-05-16 11:30:56 +0200 |
commit | abb587f237a8ee9b3e953400c5f1e31f5b483b17 (patch) | |
tree | 75489f8dedd898dccff3855e810b609fb002731d /plugins | |
parent | e03f802e41007c31bc237fcbbc3c6b72d590938d (diff) | |
download | poezio-abb587f237a8ee9b3e953400c5f1e31f5b483b17.tar.gz poezio-abb587f237a8ee9b3e953400c5f1e31f5b483b17.tar.bz2 poezio-abb587f237a8ee9b3e953400c5f1e31f5b483b17.tar.xz poezio-abb587f237a8ee9b3e953400c5f1e31f5b483b17.zip |
fix: unsupported typ= parameter in embed plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/embed.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/embed.py b/plugins/embed.py index aee7d44b..3ce2a9d3 100644 --- a/plugins/embed.py +++ b/plugins/embed.py @@ -45,7 +45,6 @@ class Plugin(BasePlugin): identifier=message['id'], jid=tab.core.xmpp.boundjid, ), - typ=1, ) message.send() self.core.refresh_window() |