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

MAM: Add nbxmpp properties to event

Fixes #9876
parent 1f5d81d1
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,7 @@ def _mam_message_received(self, _con, stanza, properties):
'message': stanza,
'stanza': stanza,
'namespace': properties.mam.namespace,
'properties': properties,
})
app.logger.insert_into_logs(self._account,
......
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