From de341bec1b04b68449a80939cb1738e122b4076c Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Apr 2018 11:51:57 +0100 Subject: Add 'ex[erimental API' comment --- synapse/config/registration.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.5.1