fix abyss

This commit is contained in:
2026-08-15 23:33:00 +02:00
parent d872e7bae3
commit 57d41913d1

View File

@@ -1792,8 +1792,14 @@ export default {
} }
}, },
computeBaseMode,
getGlobalfilter,
processMentions,
processEmbeds,
computeXdScore, computeXdScore,
xdScoreMeta, xdScoreMeta,
// Bust the count cache (call after a new upload is accepted so page totals stay accurate) // Bust the count cache (call after a new upload is accepted so page totals stay accurate)
clearCountCache: () => countCache.clear() clearCountCache: () => countCache.clear()
}; };