Introduce conversation details screen for New Groups
Co-authored-by: Chris Svenningsen <chris@carbonfive.com> Co-authored-by: Sidney Keese <me@sidke.com>
This commit is contained in:
parent
1268945840
commit
c0510b08a5
64 changed files with 4699 additions and 81 deletions
6
ts/textsecure.d.ts
vendored
6
ts/textsecure.d.ts
vendored
|
@ -504,6 +504,12 @@ export declare class GroupExternalCredentialClass {
|
|||
}
|
||||
|
||||
export declare class GroupInviteLinkClass {
|
||||
static decode: (
|
||||
data: ArrayBuffer | ByteBufferClass,
|
||||
encoding?: string
|
||||
) => GroupInviteLinkClass;
|
||||
toArrayBuffer: () => ArrayBuffer;
|
||||
|
||||
v1Contents?: GroupInviteLinkClass.GroupInviteLinkContentsV1;
|
||||
|
||||
// Note: this isn't part of the proto, but our protobuf library tells us which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue