ConverseJS is using sessionStorage rather than localStorage.

This commit is contained in:
John Livingston 2021-05-18 19:09:29 +02:00
parent 4a644aafae
commit c1db044133
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@
* Starting with Peertube 3.2.0, builtin prosody also activate mod_muc_moderation, enabling moderators to moderate messages.
* Prosody log level will be the same as the Peertube's one.
* Prosody log rotation every 24 hour.
* ConverseJS is using sessionStorage rather than localStorage.
### Peertube 3.2.0

View File

@ -133,7 +133,8 @@ window.initConverse = async function initConverse ({
spoiler: true,
emoji: true,
toggle_occupants: true
}
},
persistent_store: 'sessionStorage'
}
// TODO: params.clear_messages_on_reconnection = true when muc_mam will be available.