change an XXX to a FIXME

This commit is contained in:
ansuz 2021-08-18 15:07:19 +05:30
parent fe256e8282
commit 15b935eadc
1 changed files with 1 additions and 1 deletions

View File

@ -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