Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix AuthBlocking check when requester is appservice #10881

Merged

Commits on Sep 22, 2021

  1. Fix AuthBlocking check when requester is appservice

    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>
    jaywink committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3b72b86 View commit details
    Browse the repository at this point in the history