mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 04:04:59 -04:00
This reverts commit f5c93fc993
.
This is being backed out due to a regression (#9507) and additional
review feedback being provided.
This commit is contained in:
parent
7f5d753d06
commit
aee10768d8
3 changed files with 3 additions and 35 deletions
|
@ -277,9 +277,8 @@ class SyncHandler:
|
|||
user_id = sync_config.user.to_string()
|
||||
await self.auth.check_auth_blocking(requester=requester)
|
||||
|
||||
res = await self.response_cache.wrap_conditional(
|
||||
res = await self.response_cache.wrap(
|
||||
sync_config.request_key,
|
||||
lambda result: since_token != result.next_batch,
|
||||
self._wait_for_sync_for_user,
|
||||
sync_config,
|
||||
since_token,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue