This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Description
Synapse has excluded appservice users from the directory for ages. It hasn't excluded appservice senders (but I'm about to make this change to fix #11025). This means there's a whole class of virtual users who we might be able to see but not reach out to.
Ideally appservices would be able to specify if their virtual users are contactable, or some other flag that means they should be exposed in the user directory. They should probably also be able to specify if the appservice sender is contactable too.
The existing rules (you can only see users in public rooms, or in private rooms you share with them) should still apply.
See also discussions #10914 (comment) and #11026 (comment)