From fa7453638408c2c55fade2d20dba362ff23226e5 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Fri, 24 Sep 2021 12:41:18 +0300 Subject: Fix AuthBlocking check when requester is appservice (#10881) 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 --- changelog.d/10881.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10881.bugfix (limited to 'changelog.d/10881.bugfix') diff --git a/changelog.d/10881.bugfix b/changelog.d/10881.bugfix new file mode 100644 index 0000000000..0a8905cc46 --- /dev/null +++ b/changelog.d/10881.bugfix @@ -0,0 +1 @@ +Fix application service users being subject to MAU blocking if MAU had been reached, even if configured not to be blocked. -- cgit 1.5.1