mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Disable image attachments for remote contacts alpha.
This commit is contained in:
@@ -34,7 +34,7 @@ public interface TestingConstants {
|
||||
/**
|
||||
* Feature flag for enabling image attachments.
|
||||
*/
|
||||
boolean FEATURE_FLAG_IMAGE_ATTACHMENTS = IS_DEBUG_BUILD;
|
||||
boolean FEATURE_FLAG_IMAGE_ATTACHMENTS = false;
|
||||
|
||||
/**
|
||||
* Feature flag for enabling adding contacts at a distance.
|
||||
|
||||
Reference in New Issue
Block a user