summary refs log tree commit diff
path: root/changelog.d/10881.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.44.0rc1Erik Johnston2021-09-281-1/+0
|
* Fix AuthBlocking check when requester is appservice (#10881)Jason Robinson2021-09-241-0/+1
If the MAU count had been reached, Synapse incorrectly blocked appservice users even though they've been explicitly configured not to be tracked (the default). This was due to bypassing the relevant if as it was chained behind another earlier hit if as an elif. Signed-off-by: Jason Robinson <jasonr@matrix.org>