aboutsummaryrefslogtreecommitdiff
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
parent48387436dae48e3a78074087fbdf4469460e5b42 (diff)
Update opendht, re-enable ping
m---------depends/odhtdb0
-rw-r--r--src/Channel.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/depends/odhtdb b/depends/odhtdb
-Subproject 6ac05b4598f4b9133384bb586b50a9c1b275379
+Subproject 7757816fc214e5b571ab4b857b3d6bb780070eb
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);
}
}