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

@ -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.