Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 1038a5c

Browse files
committed
feat(flags): Enable FeatureFlags for testing
1 parent de8ccad commit 1038a5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/java/org/thoughtcrime/securesms/util/FeatureFlags.java

+3
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ public final class FeatureFlags {
224224
@SuppressWarnings("MismatchedQueryAndUpdateOfCollection")
225225
@VisibleForTesting
226226
static final Map<String, Object> FORCED_VALUES = new HashMap<String, Object>() {{
227+
put(AD_HOC_CALLING, Boolean.TRUE);
228+
put(INTERNAL_USER, Boolean.TRUE);
229+
put(STORIES_TEXT_FUNCTIONS, Boolean.TRUE);
227230
}};
228231

229232
/**

0 commit comments

Comments
 (0)