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() }; + +