mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
feat: add msc4028 to versions api (#16787)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
95320bc34e
commit
42e1aaea68
2 changed files with 3 additions and 0 deletions
1
changelog.d/16787.feature
Normal file
1
changelog.d/16787.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Advertise experimental support for [MSC4028](https://github.com/matrix-org/matrix-spec-proposals/pull/4028) through `/_matrix/clients/versions` if enabled. Contributed by @hanadi92.
|
|
@ -134,6 +134,8 @@ class VersionsRestServlet(RestServlet):
|
|||
"org.matrix.msc3391": self.config.experimental.msc3391_enabled,
|
||||
# Allows clients to inhibit profile update propagation.
|
||||
"org.matrix.msc4069": self.config.experimental.msc4069_profile_inhibit_propagation,
|
||||
# Allows clients to handle push for encrypted events.
|
||||
"org.matrix.msc4028": self.config.experimental.msc4028_push_encrypted_events,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue