mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Apply server returned group patch instead of local only.
This commit is contained in:
committed by
Alex Hart
parent
2d7655a6bb
commit
69dc31681d
@@ -732,7 +732,8 @@ public final class GroupsV2Operations {
|
||||
return UuidUtil.toByteString(decryptUuid(userId));
|
||||
}
|
||||
|
||||
ByteString encryptUuid(UUID uuid) {
|
||||
// Visible for Testing
|
||||
public ByteString encryptUuid(UUID uuid) {
|
||||
return ByteString.copyFrom(clientZkGroupCipher.encryptUuid(uuid).serialize());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user