Always require origin_server_ts on finalised evts

It is either the send time, or the cancel/error time
toger5/expiring-events-keep-alive
Andrew Ferrazzutti 2 months ago
parent a53f83f6a0
commit eb0a50487b

@ -202,7 +202,7 @@ These objects contain the following fields:
- `error` - Optional. A Matrix error (as defined by [Standard error response](https://spec.matrix.org/v1.16/client-server-api/#standard-error-response))
to explain why this event failed to be sent.
- `event_id` - Optional. The `event_id` this event got in case it was sent.
- `origin_server_ts` - Optional. The timestamp of when the event was sent.
- `origin_server_ts` - Required. The timestamp of when the event was finalised.
- `next_batch` - Optional. A token that can be used to paginate the list of delayed events.
The batch size and the amount of terminated events that stay on the homeserver can be chosen, by the homeserver.

Loading…
Cancel
Save