stories: muted by default, muted on app blur
This commit is contained in:
parent
cd1a1a00a2
commit
9f85db3fd8
12 changed files with 88 additions and 60 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue