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
9f9da0fd
Commit
9f9da0fd
authored
Oct 03, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed ChatMessage getContentType()
parent
097732c1
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 @
9f9da0fd
...
...
@@ -140,7 +140,7 @@ string ChatMessagePrivate::getSalCustomHeaderValue(const string& name) {
// -----------------------------------------------------------------------------
const
string
&
ChatMessagePrivate
::
getContentType
()
{
if
(
!
internalContent
.
isE
mpty
())
{
if
(
!
internalContent
.
getContentType
().
asString
().
e
mpty
())
{
cContentType
=
internalContent
.
getContentType
().
asString
();
}
else
{
if
(
contents
.
size
()
>
0
)
{
...
...
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