aboutsummaryrefslogtreecommitdiff
path: root/src/im-asapo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-asapo.c')
-rw-r--r--src/im-asapo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-asapo.c b/src/im-asapo.c
index c34954e2..837c663c 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -303,7 +303,7 @@ static void send_real(struct im_asapo *a, struct image *image)
err = asapo_new_handle();
asapo_producer_send(a->producer, header, image->data_block,
- kDefaultIngestMode, a->stream,
+ kTransferData | kStoreInDatabase, a->stream,
send_callback, &err);
if ( asapo_is_error(err) ) {
show_asapo_error("Couldn't send ASAP::O message", err);