lint
This commit is contained in:
parent
b28fa86e6a
commit
9a90f8868f
3 changed files with 3 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue