From f23d6b2b172b7f0c65dbc99c33d7b020c97eab62 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Tue, 6 Jan 2026 20:26:35 +0000 Subject: [PATCH] feat(pm/wiki): enable scary transclusion Change-Id: txzllxvrswllkmlmtpnxutyxpksmxqku Scary transclusion, so called because it's scarily inefficient and might cause frightful differences between pages on different wikis due to caching, is Probably Not That Bad and Might Actually Be Quite Useful For Transcluding Stuff From Freshly Wiki Onto Starry Sky Wiki. It's not that useful to have it enabled the other way around, since as it'll cause permission errors anyway, but it also is unlikely to really cause problems in a vacuum... --- 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 a839266a..f26efcce 100644 --- a/packetmix/systems/wiki/wiki.nix +++ b/packetmix/systems/wiki/wiki.nix @@ -265,6 +265,8 @@ $wgMFEnableMobilePreferences = true; wfLoadSkin( 'MinervaNeue' ); + $wgEnableScaryTranscluding = true; + $wgEnableEditRecovery = true; $wgShowExceptionDetails = true; -- 2.43.0