mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
notifications.yaml: Use int64 for timestamp
This commit is contained in:
parent
f8bf0fa0ac
commit
7abdd45c06
|
|
@ -126,6 +126,7 @@ paths:
|
||||||
description: The ID of the room in which the event was posted.
|
description: The ID of the room in which the event was posted.
|
||||||
ts:
|
ts:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: int64
|
||||||
description: |-
|
description: |-
|
||||||
The unix timestamp at which the event notification was sent,
|
The unix timestamp at which the event notification was sent,
|
||||||
in milliseconds.
|
in milliseconds.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue