Commit 78ac525e authored by JC Brand's avatar JC Brand

Add cuationary note against using localStorage (instead of sessionStorage)

parent ae90c742
......@@ -1061,6 +1061,16 @@ it's closed, the data is cleared.
Data in localStorage on the other hand is kept indefinitely.
.. Note ::
Since version 0.8.0, the use of local storage is not recommended. The
statuses (online, away, busy etc.) of your roster contacts are cached in
the browser storage. If you use local storage, these values are stored for
multiple sessions, and they will likely become out of sync with your contacts'
actual statuses. The session storage doesn't have this problem, because
roster contact statuses will not become out of sync in a single session,
only across more than one session.
use_otr_by_default
------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment