Messages are not shown in ChatSecure

In 0.9.x we fixed an issue, because OMEMO devices should be defined in "item"
with id "current". This should work, but it won't work if there is no "current".
If there is no "current" we will just use the first item.

Issue #1384
This commit is contained in:
DebXWoody
2020-07-03 18:30:23 +02:00
committed by Michael Vetter
parent 3af5f33489
commit 54667c022f
2 changed files with 39 additions and 21 deletions

View File

@@ -98,7 +98,6 @@ struct omemo_context_t {
GHashTable *pre_key_store;
GHashTable *signed_pre_key_store;
identity_key_store_t identity_key_store;
GHashTable *device_ids;
GString *identity_filename;
GKeyFile *identity_keyfile;
GString *trust_filename;