Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Oct 9, 2024
1 parent 0a777f4 commit a09a883
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions proposals/4140-delayed-events-futures.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ The response is a JSON object containing the following fields:
- `finalised_events` - Required. An array of finalised delayed events, that have either been sent or resulted in an error,
sorted by `origin_server_ts` in decreasing order (latest finalised event first).
- `delayed_event` - Required. Describes the original delayed event in the same format as the `delayed_events` array.
- `outcome`: "send"|"cancel",
- `reason`: "error"|"action"|"delay"
- `outcome`: `"send"|"cancel"`
- `reason`: `"error"|"action"|"delay"`
- `error`: Optional Error. A matrix error (as defined by [Standard error response](https://spec.matrix.org/v1.11/client-server-api/#standard-error-response))
to explain why this event failed to be sent. The Error can either be the `M_CANCELLED_BY_STATE_UPDATE` or any of the
Errors from the client server send and state endpoints.
Expand All @@ -225,9 +225,9 @@ The response is a JSON object containing the following fields:
The batch size and the amount of terminated events that stay on the homeserver can be chosen, by the homeserver.
The recommended values are:

- finalised events retention: 7days
- finalised_events batch size: 10
- finalised_events max cached events: 1000
- `finalised_events` retention: 7 days
- `finalised_events` batch size: 10
- `finalised_events` max cached events: 1000

There is no guarantee for a client that all events will be available in the
finalised events list if they exceed the limits of their homeserver.
Expand Down

0 comments on commit a09a883

Please sign in to comment.