From 15b935eadc765debd7afebaef512b3005d662854 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 18 Aug 2021 15:07:19 +0530 Subject: [PATCH] change an XXX to a FIXME --- www/common/outer/cache-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/cache-store.js b/www/common/outer/cache-store.js index d1c3795c0..17fea6b16 100644 --- a/www/common/outer/cache-store.js +++ b/www/common/outer/cache-store.js @@ -97,7 +97,7 @@ define([ var checkCheckpoints = function (array) { if (!Array.isArray(array)) { return; } // Keep the last 100 messages - if (array.length > 100) { // XXX 4.11.0 + if (array.length > 100) { // FIXME this behaviour is only valid for chainpad-style documents array.splice(0, array.length - 100); } // Remove every message before the first checkpoint