diff --git a/slack/actions/deco-chat/channels/invoke.ts b/slack/actions/deco-chat/channels/invoke.ts index fbe420f30..3f58460aa 100644 --- a/slack/actions/deco-chat/channels/invoke.ts +++ b/slack/actions/deco-chat/channels/invoke.ts @@ -24,7 +24,7 @@ export default async function invoke( const [joinChannel, channel, thread] = props.event.channel_type === "im" ? [botIdentifier, props.event.channel, props.event.user] - : [props.event.channel, props.event.channel, props.event.channel]; + : [props.event.channel, props.event.channel, props.event.ts]; const linkProps = await ctx.appStorage.getItem( ctx.cb.forTeam(props.event.team, joinChannel),