Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
38688a69
Commit
38688a69
authored
May 30, 2019
by
Adrien Béraud
Committed by
Sébastien Blin
Jun 12, 2019
Browse files
message engine: cleanup
Change-Id: Ice0edcdc9de54175fe60930aa9e19cf0f0c9b104
parent
81e4b2f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/im/message_engine.cpp
View file @
38688a69
...
@@ -78,7 +78,6 @@ MessageEngine::retrySend(const std::string& peer)
...
@@ -78,7 +78,6 @@ MessageEngine::retrySend(const std::string& peer)
std
::
vector
<
PendingMsg
>
pending
{};
std
::
vector
<
PendingMsg
>
pending
{};
{
{
std
::
lock_guard
<
std
::
mutex
>
lock
(
messagesMutex_
);
std
::
lock_guard
<
std
::
mutex
>
lock
(
messagesMutex_
);
auto
now
=
clock
::
now
();
auto
p
=
messages_
.
find
(
peer
);
auto
p
=
messages_
.
find
(
peer
);
if
(
p
==
messages_
.
end
())
if
(
p
==
messages_
.
end
())
return
;
return
;
...
...
Write
Preview
Supports
Markdown
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