Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-lrc
Commits
8b50da2d
Unverified
Commit
8b50da2d
authored
Mar 13, 2020
by
Sébastien Blin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: follow daemon changes for DISPLAYED status
Change-Id: I2eb2e1c13d0b8fd60de8f8c44abcfe6a34eedbbe
parent
abf310df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/conversationmodel.cpp
src/conversationmodel.cpp
+1
-1
No files found.
src/conversationmodel.cpp
View file @
8b50da2d
...
...
@@ -1888,7 +1888,7 @@ ConversationModelPimpl::slotUpdateInteractionStatus(const QString& accountId,
newStatus
=
interaction
::
Status
::
TRANSFER_CANCELED
;
break
;
case
DRing
::
Account
::
MessageStates
::
SENT
:
case
DRing
::
Account
::
MessageStates
::
REA
D
:
case
DRing
::
Account
::
MessageStates
::
DISPLAYE
D
:
newStatus
=
interaction
::
Status
::
SUCCESS
;
break
;
case
DRing
::
Account
::
MessageStates
::
FAILURE
:
...
...
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