summary refs log tree commit diff
path: root/synapse/rest/client/capabilities.py
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-26 09:50:56 +0200
committerRory& <root@rory.gay>2025-07-26 16:27:36 +0200
commit452f38800dd00b8686543099d6a085f9b4210687 (patch)
treec56243f1fcacd8e8d90e67efa9cd7c1c24128c3b /synapse/rest/client/capabilities.py
parentRequestRatelimiter: expose can_do_action (diff)
downloadsynapse-emma/patches.tar.xz
Add bulk send events endpoint emma/patches
Diffstat (limited to 'synapse/rest/client/capabilities.py')
-rw-r--r--synapse/rest/client/capabilities.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/rest/client/capabilities.py b/synapse/rest/client/capabilities.py

index 8f3193fb47..7220b75006 100644 --- a/synapse/rest/client/capabilities.py +++ b/synapse/rest/client/capabilities.py
@@ -74,6 +74,9 @@ class CapabilitiesRestServlet(RestServlet): "m.get_login_token": { "enabled": self.config.auth.login_via_existing_enabled, }, + "gay.rory.bulk_send_events": { + "enabled": True + } } }