summary refs log tree commit diff
path: root/synapse/api/urls.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-31Fix /purge_room API.Erik Johnston1-1/+0
It fails trying to clean the `topic` table which was recently removed.
2019-10-31Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan65-149/+164
Replace every instance of `logger.warn` with `logger.warning` as the former is deprecated.