From 57d41913d10b1334d1dca3e83914e0ed7a60f36c Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sat, 15 Aug 2026 23:33:00 +0200 Subject: [PATCH] fix abyss --- src/inc/routeinc/f0cklib.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/inc/routeinc/f0cklib.mjs b/src/inc/routeinc/f0cklib.mjs index 8dc7718..7ca7e86 100644 --- a/src/inc/routeinc/f0cklib.mjs +++ b/src/inc/routeinc/f0cklib.mjs @@ -1792,8 +1792,14 @@ export default { } }, + computeBaseMode, + getGlobalfilter, + processMentions, + processEmbeds, computeXdScore, xdScoreMeta, // Bust the count cache (call after a new upload is accepted so page totals stay accurate) clearCountCache: () => countCache.clear() }; + +