Skip to content
Snippets Groups Projects
Commit 2698e995 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

MAM: Remove unused attributes from mam-decrypted-message-received event

parent f8d76392
No related branches found
No related tags found
No related merge requests found
......@@ -243,13 +243,9 @@ def _mam_message_received(self, _con, stanza, properties):
NetworkEvent('mam-decrypted-message-received',
account=self._account,
additional_data=additional_data,
stanza_id=stanza_id,
origin_id=message_id,
correct_id=parse_correction(properties),
archive_jid=properties.mam.archive,
msgtxt=properties.body,
message=stanza,
stanza=stanza,
properties=properties,
kind=kind,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment