mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge remote-tracking branch 'origin/oo_load_message' into staging
This commit is contained in:
commit
b697a956a3
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user