fix: clean up slack threading landings (#1360) (thanks @SocialNerd42069)

This commit is contained in:
Peter Steinberger
2026-01-21 06:28:22 +00:00
parent b69aa011fe
commit 65dd73b4c3
4 changed files with 2 additions and 3 deletions

View File

@@ -481,7 +481,6 @@ export async function prepareSlackMessage(params: {
ParentSessionKey: threadKeys.parentSessionKey,
ThreadStarterBody: threadStarterBody,
ThreadLabel: threadLabel,
MessageThreadId: isThreadReply ? threadTs : undefined,
Timestamp: message.ts ? Math.round(Number(message.ts) * 1000) : undefined,
WasMentioned: isRoomish ? effectiveWasMentioned : undefined,
MediaPath: media?.path,