kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
also do not send instance lib to remote
rodzic
d7ef222527
commit
a92e61eabf
|
|
@ -349,7 +349,7 @@ def process_upload(upload, update_denormalization=True):
|
|||
)
|
||||
dispatch_outbox = (
|
||||
False
|
||||
if upload.library.privacy_level == "me"
|
||||
if upload.library.privacy_level in ["me", "instance"]
|
||||
else getter(
|
||||
internal_config, "funkwhale", "config", "dispatch_outbox", default=True
|
||||
)
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue