From 0219d6c6a563a602fabf3997ea656dd8520b7ed9 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 28 Feb 2024 22:00:11 +0000 Subject: Remove 10 year archival of messages I misunderstood how MAM works, and thought that storing messages long-term would allow new clients to retrieve long-term history. This commit moves the server's configuration back to the default of one week. --- files/virtual_host.cfg.lua.j2 | 2 -- 1 file changed, 2 deletions(-) (limited to 'files/virtual_host.cfg.lua.j2') diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index 5a6064a..cc13f5a 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -10,7 +10,6 @@ turn_external_secret = "{{ turn_secret }}" site_name = "{{ virtual_host }}" Component "upload.{{ virtual_host }}" "http_file_share" -http_file_share_expires_after = 10 * 365 * 24 * 60 * 60 Component "conference.{{ virtual_host }}" "muc" modules_enabled = { @@ -18,7 +17,6 @@ modules_enabled = { "vcard_muc"; } -muc_log_expires_after = "10y" log_all_rooms = true restrict_room_creation = "local" -- cgit v1.2.3