mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 23:37:27 +00:00
Handle GV2 addresses.
This commit is contained in:

committed by
Greyson Parrelli

parent
06eadd0c15
commit
e4456bb236
@@ -150,3 +150,14 @@ message GroupAttributeBlob {
|
||||
uint32 disappearingMessagesDuration = 3;
|
||||
}
|
||||
}
|
||||
|
||||
message GroupInviteLink {
|
||||
message GroupInviteLinkContentsV1 {
|
||||
bytes groupMasterKey = 1;
|
||||
bytes inviteLinkPassword = 2;
|
||||
}
|
||||
|
||||
oneof contents {
|
||||
GroupInviteLinkContentsV1 v1Contents = 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user