mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-27 08:17:50 +00: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