-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorship in editor displayed incorrectly (as "false") after update #5401
Comments
It's the same with our public instance though it shows
Checking out version 1.8.16
|
Check your Maybe you have userName and userColor set to false. whereas the default padOptions in Settings.js indicate it should be null. i had the same mistake and the settings.template was fixed in 8c857a8 apparently the buggy handling of the previous |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Referenced here: ether/etherpad-lite#5401 This appears to be causing issues for some users. Bug: T316421 Change-Id: I1b4b0c37018e841c6cab879c4bc9d0dbec188374
Checking json from server, it's already coming in as "false".
2 separate instances exhibit same behaviour:
(However concurrent users see others' name&colors fine, and it persists fine too).
In logs, when opening editor:
[WARN] message - Dropped message, USERINFO_UPDATE Color is malformed.[object Object]
I can provide a public instance example if needed.
Etherpad version is 1.9.0 (5d3c34a)
npm: 6.14.16
Node: v12.22.10
Plugins: None
Clients: latest Firefox @ Ubuntu
The text was updated successfully, but these errors were encountered: