Send stories to groups capability

This commit is contained in:
Josh Perez
2022-08-08 23:26:21 -04:00
committed by GitHub
parent 62962e4950
commit 2f5dd73e58
5 changed files with 308 additions and 163 deletions

View File

@@ -559,10 +559,11 @@ function replyToStory(
function sendStoryMessage(
listIds: Array<UUIDStringType>,
conversationIds: Array<string>,
attachment: AttachmentType
): ThunkAction<void, RootStateType, unknown, NoopActionType> {
return async dispatch => {
await doSendStoryMessage(listIds, attachment);
await doSendStoryMessage(listIds, conversationIds, attachment);
dispatch({
type: 'NOOP',