Add feature flag for self-destructing messages.

This commit is contained in:
akwizgran
2021-04-13 08:48:51 -03:00
committed by Torsten Grote
parent bf6be5c5a7
commit 693478e0a5
5 changed files with 13 additions and 0 deletions
@@ -9,4 +9,5 @@ public interface FeatureFlags {
boolean shouldEnableProfilePictures();
boolean shouldEnableDisappearingMessages();
}