mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-10 06:36:16 +02:00
interesting discovery RE 3612 and 2802
This commit is contained in:
parent
3a46e010ce
commit
1f0058dd6f
@ -1193,7 +1193,7 @@ async function handleClientReady(client, message)
|
||||
const defaultColor = "#daf0b2";
|
||||
|
||||
if (!authorInfo) {
|
||||
console.warn(`handleClientReady(): no authorInfo parameter was received. Default values are going to be used. See issue #3612`);
|
||||
console.warn(`handleClientReady(): no authorInfo parameter was received. Default values are going to be used. See issue #3612. This can be caused by a user clicking undo after clearing all authorship colors see #2802`);
|
||||
authorInfo = {};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user