-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User directory #53
Comments
In Synapse issue 6383 so it seems like maybe the default behavior is actually that, all local users but only external users you share a room with |
https://github.com/ma1uta/ma1sd/blob/master/docs/features/directory.md |
Needed as part of #61 |
the plug in should take care of this mostly. although it hides every federated user which is not ideal but better than nothing for ux for now... |
Oops simple task: trying to create a private room in a space and adding people.
Element has 2 icons. The first one adds them to the space (and not the room you created). smh. And it's the easiest one to click. I did it twice. First time I thought I had clicked the invite to space so I clicked the big colorful button again. So this is a UX bug in Element to report.
Edit: Element web issue 25236 reported
Another thing: if you try searching people by name, even with
prefer_local_users: true
, people from other homeservers who have the name you want appear first. Maybesearch_all_users: false
might fix it for other people, but you wouldn't be able to search people you've never DMed or are in a room with.In Synapse's defense, it says "local users are more likely to appear" but not a strict will appear. I don't know why they chose that behavior.
The ideal things which would be nice to have in Synapse are:
(1) ability to do a strict show me the local users first
(2) allow searching all local users, but only external users you share a room with
First let's see if that's possible via other configuration options. Maybe LDAP or something might help with showing actually everyone (via the identity server https://github.com/ma1uta/ma1sd).
This is at least 3 upstream issues just for a small task.
The text was updated successfully, but these errors were encountered: