Skip to content
Snippets Groups Projects
Commit 1c7f347a authored by Philipp Hörist's avatar Philipp Hörist Committed by Philipp Hörist
Browse files

Fix missing time attribute

This was removed by accident
parent 9dde6f25
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ class ChatEvent(Event):
self.message = message
self.subject = subject
self.kind = kind
self.time = time_
self.encrypted = encrypted
self.resource = resource
self.msg_log_id = msg_log_id
......
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