spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.9k stars 1.04k forks source link

List all users on Element when starting a chat #3762

Closed stevelacerda closed 4 days ago

stevelacerda commented 6 days ago

Hi everyone.

I don't know if this is the best place to ask, but I can't find an answer anywhere else.

When I try to start a new chat on Element Web, I doesn't list all available users on the server, only the "recent chats" ones. Is it possible to change that? I don't have ma1sd or external authentication handlers.

Thank you.

xvsun commented 4 days ago

There is the variable matrix_synapse_user_directory_search_all_users that you can set to true. If you federated you might also enable matrix_synapse_user_directory_prefer_local_users.

official synapse config: https://element-hq.github.io/synapse/latest/user_directory.html

stevelacerda commented 4 days ago

Thank you. It worked.