Include the ts the notif was received at

This commit is contained in:
David Baker 2016-05-24 11:33:32 +01:00
parent b791a530da
commit 37b7e84620
2 changed files with 8 additions and 5 deletions

View file

@ -68,6 +68,7 @@ class NotificationsServlet(RestServlet):
"room_id": pa["room_id"],
"profile_tag": pa["profile_tag"],
"actions": pa["actions"],
"ts": pa["received_ts"],
"event": serialize_event(
notif_events[pa["event_id"]],
self.clock.time_msec(),