Enable PNI group invite processing.
This commit is contained in:
parent
125fd83afa
commit
760ace93d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue