diff --git a/ts/state/ducks/composer.ts b/ts/state/ducks/composer.ts index d7e19756a..542242137 100644 --- a/ts/state/ducks/composer.ts +++ b/ts/state/ducks/composer.ts @@ -1275,7 +1275,7 @@ export function reducer( })); } - if (action.type === REMOVE_LINK_PREVIEW) { + if (action.type === REMOVE_LINK_PREVIEW && action.payload.conversationId) { return updateComposerState(state, action, () => ({ linkPreviewLoading: false, linkPreviewResult: undefined,