summary refs log tree commit diff
path: root/synapse/rest/admin/purge_room_servlet.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
| | | | | Python will return a tuple whether there are parentheses around the returned values or not. I'm just sick of my editor complaining about this all over the place :)
* Servlet to purge old rooms (#5845)Richard van der Hoff2019-08-221-0/+57