Auto-select a newly created distribution list or group when sending story

This commit is contained in:
Alvaro 2022-12-09 10:35:34 -07:00 committed by GitHub
parent 81e4564687
commit 2db14e8d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 94 additions and 26 deletions

View file

@ -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: (