diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-09-21 18:09:30 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-09-21 18:09:35 +0200 |
commit | 1d46ddded3ded4dd44e3d7ede544ea215b3e917e (patch) | |
tree | 9043f0a5b5bf8b2ce9d37401ca14db11abe82f68 /src | |
parent | 48387436dae48e3a78074087fbdf4469460e5b42 (diff) |
Update opendht, re-enable ping
Diffstat (limited to 'src')
-rw-r--r-- | src/Channel.cpp | 2 |
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); } } |