summary refs log tree commit diff
path: root/docs/admin_api (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-28Don't update the ratelimiter before sending a 3PID inviteBrendan Abolivier1-1/+1
This would cause emails being sent, but Synapse responding with a 429 when creating the event. The client would then retry, and with bad timing the same scenario would happen again. Some testing I did ended up sending me 10 emails for one single invite because of this.
2019-06-27Docker image: Add a migrate_config mode (#5567)Richard van der Hoff4-17/+58
... to help people escape env var hell
201