mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 10:40:44 -05:00
Merge branch 'release-v1.50' into develop
This commit is contained in:
commit
6a04767439
78 changed files with 117 additions and 73 deletions
|
|
@ -73,6 +73,9 @@ class CapabilitiesRestServlet(RestServlet):
|
|||
"enabled": self.config.registration.enable_3pid_changes
|
||||
}
|
||||
|
||||
if self.config.experimental.msc3440_enabled:
|
||||
response["capabilities"]["io.element.thread"] = {"enabled": True}
|
||||
|
||||
return 200, response
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue