Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/docs/operate/audit-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ and `Created At`.

The `dedup_key` collapses duplicate emits, and `payload` carries the raw event
context that templates render from. Because this log sits *upstream* of routing,
a row here with no matching inbox message usually means a subscription or
preference filtered the event out — check
[Notifications](/docs/configure/notifications) when a user reports a missing
alert.
a row here with no matching inbox message usually means the audience did not
resolve to that user, or their preference muted the topic on that channel —
check [Notifications](/docs/configure/notifications) when a user reports a
missing alert.

Downstream, each event is materialized into per-user inbox messages
(`sys_inbox_message`) — the recipient's view lives under
Expand Down