diff options
m--------- | depends/odhtdb | 0 | ||||
-rw-r--r-- | src/Channel.cpp | 2 |
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); } } |