mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Enforce max envelope size in more places.
This commit is contained in:
committed by
Cody Henthorne
parent
0068d62122
commit
f4c1e34402
@@ -107,7 +107,8 @@ public final class FeatureFlags {
|
||||
private static final Set<String> HOT_SWAPPABLE = Sets.newHashSet(
|
||||
GROUPS_V2_JOIN_VERSION,
|
||||
VERIFY_V2,
|
||||
CLIENT_EXPIRATION
|
||||
CLIENT_EXPIRATION,
|
||||
MAX_ENVELOPE_SIZE
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user