summary refs log tree commit diff
path: root/changelog.d/9383.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.29.0rc1Erik Johnston2021-03-041-1/+0
|
* Add a config option to prioritise local users in user directory search ↵Andrew Morgan2021-02-191-0/+1
results (#9383) This PR adds a homeserver config option, `user_directory.prefer_local_users`, that when enabled will show local users higher in user directory search results than remote users. This option is off by default. Note that turning this on doesn't necessarily mean that remote users will always be put below local users, but they should be assuming all other ranking factors (search query match, profile information present etc) are identical. This is useful for, say, University networks that are openly federating, but want to prioritise local students and staff in the user directory over other random users.