mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 07:48:20 +00:00
Linkify MSC4429 in the docs
This commit is contained in:
@@ -321,7 +321,7 @@ include_profile_data_on_invite: false
|
||||
### `include_profile_updates_in_sync`
|
||||
|
||||
*(boolean)* Use this option to include updates of other users' profiles in sync responses, for users who share rooms.
|
||||
Note, requires an MSC4429 compatible client, and is currently limited to legacy sync and local users only. Defaults to `false`.
|
||||
Note, requires an [MSC4429](https://github.com/matrix-org/matrix-spec-proposals/pull/4429) compatible client, and is currently limited to legacy sync and local users only. Defaults to `false`.
|
||||
|
||||
Example configuration:
|
||||
```yaml
|
||||
|
||||
@@ -241,8 +241,8 @@ properties:
|
||||
Use this option to include updates of other users' profiles in sync responses,
|
||||
for users who share rooms.
|
||||
|
||||
Note, requires an MSC4429 compatible client, and is currently limited to
|
||||
legacy sync and local users only.
|
||||
Note, requires an [MSC4429](https://github.com/matrix-org/matrix-spec-proposals/pull/4429)
|
||||
compatible client, and is currently limited to legacy sync and local users only.
|
||||
default: false
|
||||
examples:
|
||||
- true
|
||||
|
||||
Reference in New Issue
Block a user