summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-05-16 11:30:56 +0200
committermathieui <mathieui@mathieui.net>2021-05-16 11:30:56 +0200
commitabb587f237a8ee9b3e953400c5f1e31f5b483b17 (patch)
tree75489f8dedd898dccff3855e810b609fb002731d
parente03f802e41007c31bc237fcbbc3c6b72d590938d (diff)
downloadpoezio-abb587f237a8ee9b3e953400c5f1e31f5b483b17.tar.gz
poezio-abb587f237a8ee9b3e953400c5f1e31f5b483b17.tar.bz2
poezio-abb587f237a8ee9b3e953400c5f1e31f5b483b17.tar.xz
poezio-abb587f237a8ee9b3e953400c5f1e31f5b483b17.zip
fix: unsupported typ= parameter in embed plugin
-rw-r--r--plugins/embed.py1
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()