mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-25 16:31:13 +02:00
Integer timestamps
This commit is contained in:
parent
4019b48aaa
commit
c2d08ca62a
@ -53,7 +53,7 @@ class ReceiptsHandler(BaseHandler):
|
||||
"user_id": user_id,
|
||||
"event_ids": [event_id],
|
||||
"data": {
|
||||
"ts": self.clock.time_msec()
|
||||
"ts": int(self.clock.time_msec()),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user