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
39291bef
Commit
39291bef
authored
Oct 05, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed EncryptionChatMessageModifier where Skipped result wasn't returned
parent
0b5defc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/chat/modifier/encryption-chat-message-modifier.cpp
src/chat/modifier/encryption-chat-message-modifier.cpp
+2
-0
No files found.
src/chat/modifier/encryption-chat-message-modifier.cpp
View file @
39291bef
...
...
@@ -47,6 +47,8 @@ ChatMessageModifier::Result EncryptionChatMessageModifier::encode (ChatMessagePr
return
ChatMessageModifier
::
Result
::
Suspended
;
}
return
ChatMessageModifier
::
Result
::
Done
;
}
else
if
(
retval
==
-
1
)
{
return
ChatMessageModifier
::
Result
::
Skipped
;
}
*
errorCode
=
retval
;
return
ChatMessageModifier
::
Result
::
Error
;
...
...
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