Skip to content
Snippets Groups Projects
Forked from briar / briar
Loading
user avatar
Torsten Grote authored
The code made the assumption that a session state can be identified by
the unique session ID. However, when multiple identities from the same
device are involved, there are two sessions with the same ID running on
the device.

Hence, a second identifying criteria has to be used to uniquely identify
the correct session. Here, the ID of the group was chosen.
Unfortunately, the session state can not be cached easily anymore
leading to a small performance penalty when getting all messages for the
UI.
4b7a32a5
History
Name Last commit Last update
..