summary refs log tree commit diff
path: root/synapse/storage/deviceinbox.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-24Test that pruning of old user IPs worksErik Johnston1-0/+71
2019-09-24Prune rows in user_ips older than configured periodErik Johnston3-8/+73
Defaults to pruning everything older than 28d.