mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Include the ts the notif was received at
This commit is contained in:
parent
b791a530da
commit
37b7e84620
2 changed files with 8 additions and 5 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue