aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-09-21 18:09:30 +0200
committerdec05eba <dec05eba@protonmail.com>2018-09-21 18:09:35 +0200
commit1d46ddded3ded4dd44e3d7ede544ea215b3e917e (patch)
tree9043f0a5b5bf8b2ce9d37401ca14db11abe82f68 /src
parent48387436dae48e3a78074087fbdf4469460e5b42 (diff)
Update opendht, re-enable ping
Diffstat (limited to 'src')
-rw-r--r--src/Channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Channel.cpp b/src/Channel.cpp
index d13c476..82f8ef0 100644
--- a/src/Channel.cpp
+++ b/src/Channel.cpp
@@ -370,7 +370,7 @@ namespace dchat
if(database && localUser->type == User::Type::ONLINE_LOCAL_USER && pingTimer.getElapsedTime().asMilliseconds() > 5000)
{
pingTimer.restart();
- //sendPing(database->getSyncedTimestampUtc().seconds);
+ sendPing(database->getSyncedTimestampUtc().seconds);
}
}