Enable features for 1.3 release.

This commit is contained in:
akwizgran
2021-04-26 13:45:53 +01:00
parent 338d288290
commit eb2e8d75f4

View File

@@ -286,17 +286,17 @@ public class AppModule {
@Override
public boolean shouldEnableImageAttachments() {
return IS_DEBUG_BUILD;
return true;
}
@Override
public boolean shouldEnableProfilePictures() {
return IS_DEBUG_BUILD;
return true;
}
@Override
public boolean shouldEnableDisappearingMessages() {
return IS_DEBUG_BUILD;
return true;
}
@Override