mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-20 01:44:09 +02:00
Compare commits
4 commits
aa84050464
...
de398228df
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de398228df | ||
|
|
d28e05af87 | ||
|
|
70f6749c92 | ||
|
|
1583a12cec |
|
|
@ -0,0 +1 @@
|
|||
Usage of the `event_id_only` format for push notifications is not mandatory.
|
||||
|
|
@ -0,0 +1 @@
|
|||
Clarify what the minimum_valid_until_ts field means when it is set in key queries.
|
||||
|
|
@ -230,11 +230,14 @@ paths:
|
|||
format:
|
||||
type: string
|
||||
description: |-
|
||||
The format to send notifications in to Push Gateways if the
|
||||
`kind` is `http`. The details about what fields the
|
||||
homeserver should send to the push gateway are defined in the
|
||||
[Push Gateway Specification](/push-gateway-api/). Currently the only format
|
||||
available is 'event_id_only'.
|
||||
The format in which to send notifications to the push gateway
|
||||
if the `kind` is `http`. The details about what fields the
|
||||
homeserver should include are defined in the
|
||||
[Push Gateway Specification](/push-gateway-api/). If omitted,
|
||||
the server is expected to populate all of the event-related fields
|
||||
specified in [`/_matrix/push/v1/notify`](/push-gateway-api/#post_matrixpushv1notify).
|
||||
enum:
|
||||
- "event_id_only"
|
||||
append:
|
||||
type: boolean
|
||||
description: |-
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ paths:
|
|||
- in: query
|
||||
name: minimum_valid_until_ts
|
||||
description: |-
|
||||
A millisecond POSIX timestamp in milliseconds indicating when the returned
|
||||
certificates will need to be valid until to be useful to the requesting server.
|
||||
A millisecond POSIX timestamp. The returned keys MUST be valid
|
||||
until at least this timestamp.
|
||||
|
||||
If not supplied, the current time as determined by the notary server is used.
|
||||
required: false
|
||||
|
|
@ -98,9 +98,8 @@ paths:
|
|||
type: integer
|
||||
format: int64
|
||||
description: |-
|
||||
A millisecond POSIX timestamp in milliseconds indicating when
|
||||
the returned certificates will need to be valid until to be
|
||||
useful to the requesting server.
|
||||
A millisecond POSIX timestamp. The returned keys
|
||||
MUST be valid until at least this timestamp.
|
||||
|
||||
If not supplied, the current time as determined by the notary
|
||||
server is used.
|
||||
|
|
|
|||
Loading…
Reference in a new issue