summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 2ea987c2..e40274cb 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -1074,7 +1074,7 @@ ChatPage::verifyOneTimeKeyCountAfterStartup() c->second > std::numeric_limits<std::uint16_t>::max() ? std::numeric_limits<std::uint16_t>::max() : static_cast<std::uint16_t>(c->second); - count = c->second; + count = c->second; } nhlog::crypto()->info(