Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
b8ce037f
Commit
b8ce037f
authored
Jan 09, 2015
by
Margaux Clerc
Browse files
Add read flag to transfert message
parent
1c59fe2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
coreapi/chat.c
coreapi/chat.c
+1
-0
No files found.
coreapi/chat.c
View file @
b8ce037f
...
...
@@ -1634,6 +1634,7 @@ LinphoneChatMessage* linphone_chat_room_create_file_transfer_message(LinphoneCha
msg
->
callbacks
=
linphone_chat_message_cbs_new
();
msg
->
chat_room
=
(
LinphoneChatRoom
*
)
cr
;
msg
->
message
=
NULL
;
msg
->
is_read
=
TRUE
;
msg
->
file_transfer_information
=
linphone_content_copy
(
initial_content
);
msg
->
dir
=
LinphoneChatMessageOutgoing
;
linphone_chat_message_set_to
(
msg
,
linphone_chat_room_get_peer_address
(
cr
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment