From d8902d4bd59bcecc46e595df5902385cf46c55d9 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 21 Oct 2020 16:15:20 +0100 Subject: MAU limits are based off of the *authenticated* user --- synapse/rest/client/v2_alpha/sync.py | 1 + 1 file changed, 1 insertion(+) (limited to 'synapse/rest') diff --git a/synapse/rest/client/v2_alpha/sync.py b/synapse/rest/client/v2_alpha/sync.py index 2b84eb89c0..8e52e4cca4 100644 --- a/synapse/rest/client/v2_alpha/sync.py +++ b/synapse/rest/client/v2_alpha/sync.py @@ -171,6 +171,7 @@ class SyncRestServlet(RestServlet): ) with context: sync_result = await self.sync_handler.wait_for_sync_for_user( + requester, sync_config, since_token=since_token, timeout=timeout, -- cgit 1.5.1