gerd.matrix-synapse: enable authenticated media
This commit is contained in:
parent
d8fbee7be9
commit
411332ff87
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ in {
|
||||||
# be able to watch cat videos
|
# be able to watch cat videos
|
||||||
max_upload_size = max_upload_size;
|
max_upload_size = max_upload_size;
|
||||||
|
|
||||||
|
# only authenticated media
|
||||||
|
# TODO: Should default to true at some point
|
||||||
|
enable_authenticated_media = true;
|
||||||
|
|
||||||
# retentien policies
|
# retentien policies
|
||||||
media_retention = {
|
media_retention = {
|
||||||
local_media_lifetime = "90d";
|
local_media_lifetime = "90d";
|
||||||
|
|
Loading…
Reference in a new issue