Skip to content
Snippets Groups Projects
Verified Commit 4a4d3361 authored by akwizgran's avatar akwizgran
Browse files

Disable image attachments for remote contacts alpha.

parent dd7accfa
No related branches found
No related tags found
No related merge requests found
Pipeline #3623 passed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment