mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Support for Group Member Labels
This commit is contained in:
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
@@ -557,6 +557,8 @@ export type GroupV2MemberType = {
|
||||
aci: AciString;
|
||||
role: MemberRoleEnum;
|
||||
joinedAtVersion: number;
|
||||
labelString?: string;
|
||||
labelEmoji?: string;
|
||||
|
||||
// Note that these are temporary flags, generated by applyGroupChange, but eliminated
|
||||
// by applyGroupState. They are used to make our diff-generation more intelligent but
|
||||
|
||||
Reference in New Issue
Block a user