Group Manager V2 operations.

This commit is contained in:
Alan Evans
2020-05-05 12:13:53 -03:00
committed by Alex Hart
parent 48a693793f
commit 86f0456e8c
36 changed files with 1133 additions and 298 deletions

View File

@@ -731,6 +731,10 @@ public class Recipient {
return groupsV2Capability;
}
public Capability getUuidCapability() {
return uuidCapability;
}
public @Nullable byte[] getProfileKey() {
return profileKey;
}