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
ebbb838a
Commit
ebbb838a
authored
Oct 02, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed call to IMEE callback
parent
c58a2419
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/chat/chat-message.cpp
src/chat/chat-message.cpp
+1
-1
No files found.
src/chat/chat-message.cpp
View file @
ebbb838a
...
...
@@ -948,7 +948,7 @@ void ChatMessagePrivate::send() {
LinphoneImEncryptionEngineCbs
*
imeeCbs
=
linphone_im_encryption_engine_get_callbacks
(
imee
);
LinphoneImEncryptionEngineCbsOutgoingMessageCb
cbProcessOutgoingMessage
=
linphone_im_encryption_engine_cbs_get_process_outgoing_message
(
imeeCbs
);
if
(
cbProcessOutgoingMessage
)
{
//TODO
retval = cbProcessOutgoingMessage(imee, L_GET_C_BACK_PTR(chatRoom), L_GET_C_BACK_PTR(
this
));
retval
=
cbProcessOutgoingMessage
(
imee
,
L_GET_C_BACK_PTR
(
chatRoom
),
L_GET_C_BACK_PTR
(
q
->
getSharedPtr
()
));
if
(
retval
==
0
)
{
isSecured
=
true
;
}
...
...
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