about summary refs log tree commit diff stats
path: root/src/omemo
diff options
context:
space:
mode:
Diffstat (limited to 'src/omemo')
-rw-r--r--src/omemo/omemo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/omemo/omemo.c b/src/omemo/omemo.c
index 9e46058e..580416f8 100644
--- a/src/omemo/omemo.c
+++ b/src/omemo/omemo.c
@@ -314,7 +314,7 @@ omemo_generate_short_term_crypto_materials(ProfAccount *account)
     g_hash_table_insert(omemo_ctx.device_list_handler, strdup(account->jid), handle_own_device_list);
     omemo_devicelist_request(account->jid);
 
-    omemo_bundle_publish();
+    omemo_bundle_publish(true);
 }
 
 void
@@ -791,7 +791,7 @@ omemo_on_message_recv(const char *const from_jid, uint32_t sid,
         SIGNAL_UNREF(new_pre_key);
         SIGNAL_UNREF(message);
         SIGNAL_UNREF(ec_pair);
-        omemo_bundle_publish();
+        omemo_bundle_publish(true);
 
         if (res == 0) {
             /* Start a new session */
am <vc@akkartik.com> 2018-10-01 12:27:39 -0700 4638 - extract some common libraries from apps' href='/akkartik/mu/commit/subx/050write_stderr.subx?h=main&id=57628c0e4461b8bb6e6024135bf1e7f46f650030'>57628c0e ^
6528a089 ^




d25e51dc ^
6528a089 ^

57628c0e ^
a9a5718d ^
94ad882e ^
57628c0e ^





8108f5b8 ^
57628c0e ^


4224ec81 ^
ed0e64a9 ^
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45