Skip to content
Snippets Groups Projects
Commit e643a25d authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by Philipp Hörist
Browse files

Chat Markers: Store marker in archive

parent 1a8d724f
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,12 @@ def _raise_event(self, name, properties):
if not properties.is_muc_pm and not properties.type.is_groupchat:
jid = properties.jid.bare
app.storage.archive.set_marker(
app.get_jid_from_account(self._account),
jid,
properties.marker.id,
'displayed')
app.nec.push_outgoing_event(
NetworkEvent(name,
account=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