Ensure we can still send messages to ourselves (sync) and disable group chats

pull/622/head
Beaudan Brown 5 years ago
parent 685ada5cc5
commit 56a1c31bf4

@ -391,6 +391,7 @@ MessageSender.prototype = {
);
if (
number === textsecure.storage.user.getNumber() ||
haveSession ||
options.isPublic ||
options.messageType === 'friend-request'

@ -470,5 +470,5 @@ window.SMALL_GROUP_SIZE_LIMIT = 10;
window.lokiFeatureFlags = {
multiDeviceUnpairing: false,
privateGroupChats: true,
privateGroupChats: false,
};

Loading…
Cancel
Save