Revert v5.2.1, as it was not the bug.
This commit is contained in:
parent
33a569e475
commit
7e13f61aa7
@ -13,6 +13,7 @@
|
|||||||
* ConverseJS plugin livechatWindowTitlePlugin: Avoid errors when model is not initialized.
|
* ConverseJS plugin livechatWindowTitlePlugin: Avoid errors when model is not initialized.
|
||||||
* Update prosody-modules (mod_muc_moderation, mod_auth_http)
|
* Update prosody-modules (mod_muc_moderation, mod_auth_http)
|
||||||
* ConverseJS Peertube theme: hide avatars under 250px width instead of 576px.
|
* ConverseJS Peertube theme: hide avatars under 250px width instead of 576px.
|
||||||
|
* Revert v5.2.1, as it was not the bug.
|
||||||
|
|
||||||
## 5.2.4
|
## 5.2.4
|
||||||
|
|
||||||
|
@ -184,11 +184,6 @@ window.initConverse = async function initConverse ({
|
|||||||
console.log('User is not authenticated.')
|
console.log('User is not authenticated.')
|
||||||
if (forceReadonly) {
|
if (forceReadonly) {
|
||||||
params.nickname = 'Viewer ' + (new Date()).getTime().toString()
|
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
|
// TODO: try to make these params work
|
||||||
// params.muc_nickname_from_jid = true => compute the muc nickname from the jid (will be random here)
|
// params.muc_nickname_from_jid = true => compute the muc nickname from the jid (will be random here)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user