forked from mirrors/linphone-iphone
Add read flag to transfert message
This commit is contained in:
parent
1c59fe2e94
commit
b8ce037ffc
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue