Skip to content

Commit

Permalink
nixos/matrix-synapse: remove uploads_path
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans committed Jun 1, 2021
1 parent 8a7740e commit f11483c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/misc/matrix-synapse.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ let
# Media Store
inherit (cfg) max_upload_size max_image_pixels dynamic_thumbnails;
media_store_path = "${cfg.dataDir}/media";
uploads_path = "${cfg.dataDir}/uploads"; # https://github.com/matrix-org/synapse/pull/9462
} // optionalAttrs cfg.url_preview_enabled {
url_preview_enabled = true;
url_preview_ip_range_blacklist = cfg.url_preview_ip_range_blacklist;
Expand Down

0 comments on commit f11483c

Please sign in to comment.