aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_lib.c
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-01-10 17:56:36 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-01-10 17:56:36 +0100
commit57e859b9915959d6ba7601c35761eeb2e6ebe46d (patch)
tree1ded67c9715bf78970ccf3ac08bfd54c1c65240b /src/gnunet_chat_lib.c
parent5d649fb886893d2ab393473188854add22114d0c (diff)
downloadlibgnunetchat-57e859b9915959d6ba7601c35761eeb2e6ebe46d.tar.gz
libgnunetchat-57e859b9915959d6ba7601c35761eeb2e6ebe46d.zip
Added sending a file message after publication completed
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/gnunet_chat_lib.c')
-rw-r--r--src/gnunet_chat_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet_chat_lib.c b/src/gnunet_chat_lib.c
index f7a2075..05590a0 100644
--- a/src/gnunet_chat_lib.c
+++ b/src/gnunet_chat_lib.c
@@ -678,7 +678,7 @@ GNUNET_CHAT_context_send_file (struct GNUNET_CHAT_Context *context,
678 } 678 }
679 679
680file_upload: 680file_upload:
681 file_bind_upload(file, callback, cls); 681 file_bind_upload(file, context, callback, cls);
682 682
683 struct GNUNET_FS_BlockOptions bo; 683 struct GNUNET_FS_BlockOptions bo;
684 684