summary refs log tree commit diff
path: root/synapse/module_api (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-10Make the PusherSlaveStore inherit from the slave RoomStoreBrendan Abolivier1-1/+6
So that it has access to the get_retention_policy_for_room function which is required by filter_events_for_client.
2019-12-10Fix erroneous reference for new room directory defaults.Neil Johnson1-1/+1
2019-12-09Update CH