stories: muted by default, muted on app blur

This commit is contained in:
Jamie Kyle 2022-11-09 20:24:42 -08:00 committed by GitHub
parent cd1a1a00a2
commit 9f85db3fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 88 additions and 60 deletions

View file

@ -10,7 +10,7 @@ import { onStoryRecipientUpdate } from './onStoryRecipientUpdate';
import { sendDeleteForEveryoneMessage } from './sendDeleteForEveryoneMessage';
export async function deleteStoryForEveryone(
stories: Array<StoryDataType>,
stories: ReadonlyArray<StoryDataType>,
story: StoryDataType
): Promise<void> {
if (!story.sendStateByConversationId) {