summary refs log tree commit diff
path: root/synapse/util/ratelimitutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-15Add instead of update requesting user_id to set; invalidate cache contextAndrew Morgan1-2/+2
We were set.update'ing a user_id, instead of set.add. The former treats user_id as an iterable, and thus adds every individual letter of the requesting user to the set. Fun!
2021-02-12Fix server name typoAndrew Morgan1-2/+2