mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 20:24:32 +01:00
Enable PNI group invite processing.
This commit is contained in:
@@ -64,7 +64,7 @@ public final class GroupsV2Operations {
|
||||
public static final UUID UNKNOWN_UUID = UuidUtil.UNKNOWN_UUID;
|
||||
|
||||
/** Highest change epoch this class knows now to decrypt */
|
||||
public static final int HIGHEST_KNOWN_EPOCH = 4;
|
||||
public static final int HIGHEST_KNOWN_EPOCH = 5;
|
||||
|
||||
private final ServerPublicParams serverPublicParams;
|
||||
private final ClientZkProfileOperations clientZkProfileOperations;
|
||||
|
||||
Reference in New Issue
Block a user