diff options
author | David Baker <dave@matrix.org> | 2018-04-25 11:40:37 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-04-25 11:40:37 +0100 |
commit | 643c89d4974eccda45802bc72d783904784a52a3 (patch) | |
tree | c346224c752e5af3974ac9618d098c5e6d24122b /synapse/config | |
parent | Option to defer to an ID server for user_directory (diff) | |
download | synapse-643c89d4974eccda45802bc72d783904784a52a3.tar.xz |
Fix spelling & add experimental API comment
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/user_directory.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/config/user_directory.py b/synapse/config/user_directory.py index 093ebc4d03..9b0ae91289 100644 --- a/synapse/config/user_directory.py +++ b/synapse/config/user_directory.py @@ -47,6 +47,7 @@ class UserDirectoryConfig(Config): # search_all_users: false # # If this is set, user search will be delegated to this ID server instead - # of synapse performing the saerch itself. + # of synapse performing the search itself. + # This is an experimental API. # defer_to_id_server: id.example.com """ |