mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 23:19:25 -05:00
Fix media thumbnails being unusable before the index had been added in the background. (#12823)
This commit is contained in:
parent
39dee30f01
commit
fbf904bd54
1
changelog.d/12823.bugfix
Normal file
1
changelog.d/12823.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix a bug, introduced in Synapse 1.21.0, that led to media thumbnails being unusable before the index has been added in the background.
|
@ -90,6 +90,8 @@ UNIQUE_INDEX_BACKGROUND_UPDATES = {
|
|||||||
"device_lists_remote_extremeties": "device_lists_remote_extremeties_unique_idx",
|
"device_lists_remote_extremeties": "device_lists_remote_extremeties_unique_idx",
|
||||||
"device_lists_remote_cache": "device_lists_remote_cache_unique_idx",
|
"device_lists_remote_cache": "device_lists_remote_cache_unique_idx",
|
||||||
"event_search": "event_search_event_id_idx",
|
"event_search": "event_search_event_id_idx",
|
||||||
|
"local_media_repository_thumbnails": "local_media_repository_thumbnails_method_idx",
|
||||||
|
"remote_media_cache_thumbnails": "remote_media_repository_thumbnails_method_idx",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user