summary refs log tree commit diff
path: root/synapse/util/caches/treecache.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-14Allow per-room profile to be used for server notice user (#8799)Mathieu Velten2-1/+10
This applies even if the feature is disabled at the server level with `allow_per_room_profiles`. The server notice not being a real user it doesn't have an user profile.
2020-12-11