summary refs log tree commit diff
path: root/synapse/util/iterutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-17Use admin_patterns for all admin APIs. (#8331)Patrick Cloke7-26/+20
This reduces duplication of the admin prefix in regular expressions.
2020-09-17Fix a potential bug of UnboundLocalError (#8329)Jonathan de Jong2-5/+9
Replaced with less buggier control flow