From 6577e6b5447803956991c8bcec4947ab6d1db083 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Tue, 6 Jan 2026 20:25:51 +0000 Subject: [PATCH] feat(pm/wiki): enable autosaving Change-Id: lpluxkrnlnqoylzopwwkzysqwpoplurp If we edit the wiki but don't save, we'll lose our edits. We can enable autosaving to let users use a setting to ... let that not happen! So let's let that not happen! --- packetmix/systems/wiki/wiki.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packetmix/systems/wiki/wiki.nix b/packetmix/systems/wiki/wiki.nix index 8ad10532..a839266a 100644 --- a/packetmix/systems/wiki/wiki.nix +++ b/packetmix/systems/wiki/wiki.nix @@ -265,6 +265,8 @@ $wgMFEnableMobilePreferences = true; wfLoadSkin( 'MinervaNeue' ); + $wgEnableEditRecovery = true; + $wgShowExceptionDetails = true; $wgDevelopmentWarnings = true; ''; -- 2.43.0