Remove ifdefs for E2EE
This commit is contained in:
committed by
Carl Schwan
parent
3ab04583ae
commit
67453d9fb8
@@ -1812,10 +1812,7 @@ void NeoChatRoom::editLastMessage()
|
||||
|
||||
bool NeoChatRoom::canEncryptRoom() const
|
||||
{
|
||||
#ifdef Quotient_E2EE_ENABLED
|
||||
return !usesEncryption() && canSendState("m.room.encryption");
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
PollHandler *NeoChatRoom::poll(const QString &eventId)
|
||||
|
||||
Reference in New Issue
Block a user