summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2018-04-25 11:51:57 +0100
committerDavid Baker <dave@matrix.org>2018-04-25 11:51:57 +0100
commitde341bec1b04b68449a80939cb1738e122b4076c (patch)
tree458fc994d9e419d4ffda61ea17390d43a4097816 /synapse
parentpep8 again (diff)
downloadsynapse-de341bec1b04b68449a80939cb1738e122b4076c.tar.xz
Add 'ex[erimental API' comment
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/registration.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py

index 5c21287998..34326718ad 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py
@@ -114,6 +114,8 @@ class RegistrationConfig(Config): # If enabled, user IDs, display names and avatar URLs will be replicated # to this server whenever they change. + # This is an experimental API currently implemented by sydent to support + # cross-homeserver user directories. # replicate_user_profiles_to: example.com # Users who register on this homeserver will automatically be joined