mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:34:47 -04:00
Include io.element.thread
capability for MSC3440. (#11690)
This commit is contained in:
parent
102f4d3598
commit
877b45e812
2 changed files with 4 additions and 0 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