Merge remote-tracking branch 'origin/oo_load_message' into staging

This commit is contained in:
yflory 2025-06-23 15:15:09 +02:00
commit b697a956a3

View File

@ -1090,6 +1090,7 @@ define([
if (content.version <= 2) {
setEditable(false, true);
}
console.log("OO loading");
};
@ -2124,6 +2125,7 @@ define([
}];
common.checkTrimHistory(channels);
}
console.log("OO ready");
};
const copy = (a, b) => {