mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 11:10:00 -04:00
Implement MSC2659: application service ping endpoint (#15249)
Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
1f5473465d
commit
b0a0fb5c97
7 changed files with 141 additions and 0 deletions
|
@ -178,3 +178,6 @@ class ExperimentalConfig(Config):
|
|||
|
||||
# MSC3967: Do not require UIA when first uploading cross signing keys
|
||||
self.msc3967_enabled = experimental.get("msc3967_enabled", False)
|
||||
|
||||
# MSC2659: Application service ping endpoint
|
||||
self.msc2659_enabled = experimental.get("msc2659_enabled", False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue