mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 07:04:09 +02:00
Compare commits
3 commits
275e95257f
...
5c6acc811a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c6acc811a | ||
|
|
8a2c58b1b1 | ||
|
|
43fca36584 |
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -58,7 +58,7 @@ available on all their clients. Unless the user specifies otherwise,
|
||||||
clients will try to use the default key to decrypt secrets.
|
clients will try to use the default key to decrypt secrets.
|
||||||
|
|
||||||
Clients that want to present a simplified interface to users by not supporting
|
Clients that want to present a simplified interface to users by not supporting
|
||||||
multiple keys should use the default key if one is specified. If not default
|
multiple keys should use the default key if one is specified. If no default
|
||||||
key is specified, the client may behave as if there is no key is present at
|
key is specified, the client may behave as if there is no key is present at
|
||||||
all. When such a client creates a key, it should mark that key as being the
|
all. When such a client creates a key, it should mark that key as being the
|
||||||
default key.
|
default key.
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,8 @@ allOf:
|
||||||
description: |-
|
description: |-
|
||||||
If `true`, enables lazy-loading of membership events. See
|
If `true`, enables lazy-loading of membership events. See
|
||||||
[Lazy-loading room members](/client-server-api/#lazy-loading-room-members)
|
[Lazy-loading room members](/client-server-api/#lazy-loading-room-members)
|
||||||
for more information. Defaults to `false`.
|
for more information. Defaults to `false`. Only applies to the `/messages`
|
||||||
|
endpoint, for `/sync` this should be specified in `StateFilter` instead.
|
||||||
include_redundant_members:
|
include_redundant_members:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |-
|
description: |-
|
||||||
|
|
@ -36,7 +37,8 @@ allOf:
|
||||||
been sent to the client. Does not
|
been sent to the client. Does not
|
||||||
apply unless `lazy_load_members` is `true`. See
|
apply unless `lazy_load_members` is `true`. See
|
||||||
[Lazy-loading room members](/client-server-api/#lazy-loading-room-members)
|
[Lazy-loading room members](/client-server-api/#lazy-loading-room-members)
|
||||||
for more information. Defaults to `false`.
|
for more information. Defaults to `false`. Only applies to the `/messages`
|
||||||
|
endpoint, for `/sync` this should be specified in `StateFilter` instead.
|
||||||
not_rooms:
|
not_rooms:
|
||||||
description: A list of room IDs to exclude. If this list is absent then no rooms
|
description: A list of room IDs to exclude. If this list is absent then no rooms
|
||||||
are excluded. A matching room will be excluded even if it is listed in the `'rooms'`
|
are excluded. A matching room will be excluded even if it is listed in the `'rooms'`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue