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

@@ -25,11 +25,6 @@ public class BrambleCoreIntegrationTestModule {
return true;
}
@Override
public boolean shouldEnableRemoteContacts() {
return true;
}
@Override
public boolean shouldEnablePrivateMessageDeletion() {
return true;