diff sat/plugins/plugin_exp_jingle_stream.py @ 4042:877145b4ba01

core: don't use `meta_` prefix anymore for `action_extra` in `action_new` signal.
author Goffi <goffi@goffi.org>
date Mon, 15 May 2023 16:20:50 +0200
parents 524856bd7b19
children
line wrap: on
line diff
--- a/sat/plugins/plugin_exp_jingle_stream.py	Mon May 15 16:20:45 2023 +0200
+++ b/sat/plugins/plugin_exp_jingle_stream.py	Mon May 15 16:20:50 2023 +0200
@@ -255,8 +255,8 @@
             _(CONFIRM_TITLE),
             type_=C.XMLUI_DIALOG_CONFIRM,
             action_extra={
-                "meta_from_jid": session["peer_jid"].full(),
-                "meta_type": "STREAM",
+                "from_jid": session["peer_jid"].full(),
+                "type": "STREAM",
             },
             security_limit=SECURITY_LIMIT,
             profile=client.profile,