Remove RemoteContacts feature flag in preparation of 1.2 release

This commit is contained in:
Torsten Grote
2019-11-01 11:09:43 -03:00
parent 84a8ff1dd8
commit 5147f6b7e6
6 changed files with 4 additions and 33 deletions

View File

@@ -7,7 +7,5 @@ public interface FeatureFlags {
boolean shouldEnableImageAttachments();
boolean shouldEnableRemoteContacts();
boolean shouldEnablePrivateMessageDeletion();
}