Try to fix windows build
This commit is contained in:
parent
57a6c05eab
commit
392d7d5568
@ -112,9 +112,9 @@ EventStore::EventStore(std::string room_id, QObject *)
|
|||||||
}
|
}
|
||||||
|
|
||||||
emit messageSent(txn_id, event_id.event_id.to_string());
|
emit messageSent(txn_id, event_id.event_id.to_string());
|
||||||
if constexpr (mtx::events::message_content_to_type<
|
if constexpr (std::is_same_v<
|
||||||
decltype(e.content)> ==
|
decltype(e.content),
|
||||||
mtx::events::EventType::RoomEncrypted) {
|
mtx::events::msg::Encrypted>) {
|
||||||
auto event =
|
auto event =
|
||||||
decryptEvent({room_id_, e.event_id}, e);
|
decryptEvent({room_id_, e.event_id}, e);
|
||||||
if (auto dec =
|
if (auto dec =
|
||||||
|
Loading…
Reference in New Issue
Block a user