Revert v5.2.1, as it was not the bug.

This commit is contained in:
John Livingston 2022-01-07 01:40:35 +01:00
parent 33a569e475
commit 7e13f61aa7
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 1 additions and 5 deletions

View File

@ -13,6 +13,7 @@
* ConverseJS plugin livechatWindowTitlePlugin: Avoid errors when model is not initialized.
* Update prosody-modules (mod_muc_moderation, mod_auth_http)
* ConverseJS Peertube theme: hide avatars under 250px width instead of 576px.
* Revert v5.2.1, as it was not the bug.
## 5.2.4

View File

@ -184,11 +184,6 @@ window.initConverse = async function initConverse ({
console.log('User is not authenticated.')
if (forceReadonly) {
params.nickname = 'Viewer ' + (new Date()).getTime().toString()
// To avoid some bugs in OBS, trying to clear the session storage before ConverseJS connects.
if (window.sessionStorage?.clear) {
window.sessionStorage.clear()
}
}
// TODO: try to make these params work
// params.muc_nickname_from_jid = true => compute the muc nickname from the jid (will be random here)