mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-16 07:50:31 -04:00
Merge remote-tracking branch 'upstream/release-v1.67'
This commit is contained in:
commit
ca9515d2c7
133 changed files with 3557 additions and 2185 deletions
|
@ -732,10 +732,6 @@ class PreviewUrlResource(DirectServeJsonResource):
|
|||
|
||||
logger.debug("Running url preview cache expiry")
|
||||
|
||||
if not (await self.store.db_pool.updates.has_completed_background_updates()):
|
||||
logger.debug("Still running DB updates; skipping url preview cache expiry")
|
||||
return
|
||||
|
||||
def try_remove_parent_dirs(dirs: Iterable[str]) -> None:
|
||||
"""Attempt to remove the given chain of parent directories
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue