Skip to content
Snippets Groups Projects
Commit 0ef23d07 authored by ovari's avatar ovari
Browse files

misc: unify terminology

try → attempt

Change-Id: Ifabe38eee0d3bcd985fbfa101c7f38a889f8d6a0
GitLab: jami-client-qt#1730
parent bb752b88
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ MessageEngine::retrySend(const std::string& peer, const std::string& deviceId, b ...@@ -116,7 +116,7 @@ MessageEngine::retrySend(const std::string& peer, const std::string& deviceId, b
} }
// avoid locking while calling callback // avoid locking while calling callback
for (const auto& p : pending) { for (const auto& p : pending) {
JAMI_DEBUG("[message {:d}] Retry sending", p.token); JAMI_DEBUG("[message {:d}] Reattempt sending", p.token);
if (p.payloads.find("application/im-gitmessage-id") == p.payloads.end()) if (p.payloads.find("application/im-gitmessage-id") == p.payloads.end())
emitSignal<libjami::ConfigurationSignal::AccountMessageStatusChanged>( emitSignal<libjami::ConfigurationSignal::AccountMessageStatusChanged>(
account_.getAccountID(), account_.getAccountID(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment