Files
openclaw/extensions
Zeroth 741315e657 fix(slack): seed thread routing for implicit-conversation channels (#78522)
When a Slack channel has `requireMention: false` and a non-`off` reply mode, every top-level bot reply creates a Slack thread (because `replyToMode` does). Without seeding the inbound root, the root turn landed on the channel session while later thread replies landed on a fresh `🧵<root_ts>` session, breaking conversational continuity.

Extend `seedTopLevelRoomThreadBySource` to also fire for those channels, mirroring how `app_mention` / `explicitlyMentioned` roots already get seeded. The thread session key is now consistent on both sides of the turn, so follow-up thread messages route back to the originating session.

Fixes #78505
2026-05-07 23:30:10 -04:00
..
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-08 00:28:43 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00
2026-05-08 00:28:43 +01:00
2026-05-06 09:47:34 +01:00
2026-05-08 00:28:43 +01:00