Skip to content

Commit 250b3e7

Browse files
committed
Apply oxfmt accordion blank-line on Mattermost slash docs
1 parent c8de9b2 commit 250b3e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/channels/mattermost.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Native slash commands are opt-in. When enabled, OpenClaw registers `oc_*` slash
9696
- OpenClaw refreshes current Mattermost command registration before accepting each callback so stale tokens from deleted or regenerated slash commands stop being accepted without a gateway restart.
9797
- Callback validation fails closed if the Mattermost API cannot confirm the command is still current; failed validations are cached briefly, concurrent lookups are coalesced, and fresh lookup starts are rate-limited per command to bound replay pressure.
9898
- Slash callbacks fail closed when registration failed, startup was partial, or the callback token does not match the resolved command's registered token (a token valid for one command cannot reach upstream validation for a different command).
99+
99100
</Accordion>
100101
<Accordion title="Reachability requirement">
101102
The callback endpoint must be reachable from the Mattermost server.

0 commit comments

Comments
 (0)