Mercurial > libervia-backend
diff sat/plugins/plugin_xep_0353.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 | 3900626bc100 |
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0353.py Mon May 15 16:20:45 2023 +0200 +++ b/sat/plugins/plugin_xep_0353.py Mon May 15 16:20:50 2023 +0200 @@ -179,9 +179,9 @@ accept = await xml_tools.defer_confirm( self.host, confirm_msg, confirm_title, profile=client.profile, action_extra={ - "meta_type": C.META_TYPE_NOT_IN_ROSTER_LEAK, - "meta_session_id": session_id, - "meta_from_jid": peer_jid.full(), + "type": C.META_TYPE_NOT_IN_ROSTER_LEAK, + "session_id": session_id, + "from_jid": peer_jid.full(), } ) if not accept: