From 54667c022f17bdb547c3b8b4eec1c2889c9d60f3 Mon Sep 17 00:00:00 2001 From: DebXWoody Date: Fri, 3 Jul 2020 18:30:23 +0200 Subject: 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 --- src/omemo/omemo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/omemo') diff --git a/src/omemo/omemo.c b/src/omemo/omemo.c index 343f2f60..572508ca 100644 --- a/src/omemo/omemo.c +++ b/src/omemo/omemo.c @@ -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; -- cgit 1.4.1-2-gfad0 '>main Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/subx/subx.vim
blob: 438ad7326ad29d67a9008ab1848a2a47893a7684 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26