diff options
author | Luke Barnard <lukeb@openmarket.com> | 2016-10-20 11:43:05 +0100 |
---|---|---|
committer | Luke Barnard <lukeb@openmarket.com> | 2016-10-20 11:43:05 +0100 |
commit | 1b17d1a106604ddf1d8b97d499db8de1dc0651b5 (patch) | |
tree | 717e4235947ac2ea32ec8c5036a7bcd29373bba3 /synapse/handlers | |
parent | Allow Configurable Rate Limiting Per AS (diff) | |
download | synapse-1b17d1a106604ddf1d8b97d499db8de1dc0651b5.tar.xz |
Use real AS object by passing it through the requester
This means synapse does not have to check if the AS is interested, but instead it effectively re-uses what it already knew about the requesting user
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/_base.py | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/synapse/handlers/_base.py b/synapse/handlers/_base.py |