Skip to content

Commit

Permalink
Enable PNI group invite processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-signal committed Jan 17, 2023
1 parent 125fd83 commit 760ace9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 760ace9

Please sign in to comment.