Auto-select a newly created distribution list or group when sending story
This commit is contained in:
parent
81e4564687
commit
2db14e8d6f
14 changed files with 94 additions and 26 deletions
|
@ -54,7 +54,7 @@ export type PropsType = {
|
|||
onDistributionListCreated: (
|
||||
name: string,
|
||||
viewerUuids: Array<UUIDStringType>
|
||||
) => unknown;
|
||||
) => Promise<string>;
|
||||
onHideMyStoriesFrom: (viewerUuids: Array<UUIDStringType>) => unknown;
|
||||
onRemoveMembers: (listId: string, uuids: Array<UUIDStringType>) => unknown;
|
||||
onRepliesNReactionsChanged: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue