Files
openclaw/extensions
Peter Steinberger 4fb43b59e6 fix(slack): workspace-scoped thread cache and durable channel-id migration (#120022)
* fix(slack): scope thread-starter cache per workspace and persist channel-id migration durably

Thread-starter cache keys now always include accountId+teamId so multi-workspace
installs cannot cross-read cached thread starters. channel_id_changed migration
previews against the persisted config snapshot and only mutates the in-memory
monitor config after the durable write succeeds; new-channel ingress traffic
serializes behind the migration lane via new_channel_id.

* chore: re-fire CI

* chore: re-fire CI against fixed main baseline
2026-08-07 03:55:24 -07:00
..