diff sat_frontends/jp/cmd_pipe.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 2594e1951cf7
children 4b842c1fb686
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_pipe.py	Mon May 15 16:20:45 2023 +0200
+++ b/sat_frontends/jp/cmd_pipe.py	Mon May 15 16:20:50 2023 +0200
@@ -123,7 +123,7 @@
         if xmlui_id is None:
             self.host.quit_from_signal(C.EXIT_ERROR)
         try:
-            from_jid = jid.JID(action_data["meta_from_jid"])
+            from_jid = jid.JID(action_data["from_jid"])
         except KeyError:
             self.disp(_("Ignoring action without from_jid data"), error=True)
             return