diff options
author | Quentin Gliech <quenting@element.io> | 2024-07-15 11:42:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 11:42:59 +0200 |
commit | 4f6194492a4f16c37e55d15d0434d5357266fed0 (patch) | |
tree | e5f66148fe41d0af44bb61a2b798616ddec5350c /synapse/app | |
parent | Add room subscriptions to Sliding Sync `/sync` (#17432) (diff) | |
download | synapse-4f6194492a4f16c37e55d15d0434d5357266fed0.tar.xz |
Make sure we use the right logic for enabling the media repo. (#17424)
This removes the `enable_media_repo` attribute on the server config in favour of always using the `can_load_media_repo` in the media config. This should avoid issues like in #17420 in the future
Diffstat (limited to 'synapse/app')
-rw-r--r-- | synapse/app/homeserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py |