You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complement runner configures the media worker as synapse.app.generic_worker instead of synapse.app.media_repository, which looks like it shouldn't work but apparently does
#16826
Open
reivilibre opened this issue
Jan 18, 2024
· 1 comment
Huh, yeah. Looks like either the app can be synapse.app.media_repositoryORenable_media_repo can be set to True.
Given we want to move everything to a single app (generic worker) and instead use config options, this is probably correct. We should double check / test this behaviour and then document it.
https://element-hq.github.io/synapse/latest/workers.html#synapseappmedia_repository
This seems to be the only place where the app name matters for the media repo:
synapse/synapse/config/repository.py
Line 129 in f95cfd8
but crucially it does seem to matter! But the Complement tests are passing...?
#16803 (comment)
The text was updated successfully, but these errors were encountered: