Enable private message deletion in release builds.

This commit is contained in:
akwizgran
2020-01-07 11:35:38 +00:00
parent bbcdd9418c
commit 9305532079
6 changed files with 5 additions and 42 deletions

View File

@@ -6,6 +6,4 @@ package org.briarproject.bramble.api;
public interface FeatureFlags {
boolean shouldEnableImageAttachments();
boolean shouldEnablePrivateMessageDeletion();
}