-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Option for user_directory to search all users on a server (whether they are publicly visible or not) #2720
Comments
This doesn't actually work; it filters too aggressively (at least on sqlite) and haven't spotted why yet. I've started a PR for this at 47d99a2 but it needs the filtering fixing, and also keeping all the user profiles synced into the user_directory_search table in order to actually work. |
so much for this being an easy fix; turns out that the user_directory has no way of tracking users who are not yet in a room... |
Good effort though @ara4n ! Does it seem like something that could be done? Wondering how large of an effort it would be. |
@markwooff np. the PR ended up being about 3-4 hours of work. I'm pretty rusty though and don't normally hack on synapse; just wanted to drop this in as it's something I want myself. The PR's now up for review with @erikjohnston. |
this PR landed ftr on develop (cc @markwooff) |
I think something like:
...would work, but it needs to be wrapped up nicely as a config option.
The text was updated successfully, but these errors were encountered: