Add a config option to show all local users in user directory, closes #260

This commit is contained in:
dasha_uwu
2026-01-17 04:42:42 +05:00
committed by Jason Volk
parent 62ec58b1ed
commit 95121ad905
3 changed files with 77 additions and 39 deletions

View File

@@ -538,6 +538,12 @@
#
#allow_unlisted_room_search_by_id = true
# Show all local users in user directory. With this set to false, only
# users in public rooms or those that share a room with the user making
# the search will be shown.
#
#show_all_local_users_in_user_directory = false
# Allow guests/unauthenticated users to access TURN credentials.
#
# This is the equivalent of Synapse's `turn_allow_guests` config option.