mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Enable private message deletion in release builds.
This commit is contained in:
@@ -18,17 +18,6 @@ public class BrambleCoreIntegrationTestModule {
|
||||
|
||||
@Provides
|
||||
FeatureFlags provideFeatureFlags() {
|
||||
return new FeatureFlags() {
|
||||
|
||||
@Override
|
||||
public boolean shouldEnableImageAttachments() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldEnablePrivateMessageDeletion() {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
return () -> true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user