Use right linter
This commit is contained in:
parent
a6b2be112b
commit
90da39313f
28 changed files with 35 additions and 67 deletions
|
|
@ -631,7 +631,7 @@ DeviceVerificationFlow::startVerificationRequest()
|
|||
req.hashes = {"sha256"};
|
||||
req.message_authentication_codes = {"hkdf-hmac-sha256"};
|
||||
req.short_authentication_string = {mtx::events::msg::SASMethods::Decimal,
|
||||
mtx::events::msg::SASMethods::Emoji};
|
||||
mtx::events::msg::SASMethods::Emoji};
|
||||
|
||||
if (this->type == DeviceVerificationFlow::Type::ToDevice) {
|
||||
mtx::requests::ToDeviceMessages<mtx::events::msg::KeyVerificationStart> body;
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@
|
|||
VerificationManager::VerificationManager(TimelineViewManager *o)
|
||||
: QObject(o)
|
||||
, rooms_(o->rooms())
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
static bool
|
||||
isValidTime(std::optional<uint64_t> t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue