Skip to content

Commit

Permalink
update docs, per discussion ce27289?notification_referrer_id=NT_kwDOA…
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth authored Feb 16, 2024
1 parent 30cfb75 commit f4432f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/concepts/subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ end

After sending initial state, the server needs to know what actions are connected with this channel. You can set channels for action in `resend` callback. Logux will resend these actions to all clients subscribed to this channel.

For instance, we are marking all `users/add` actions as actions inside `users/:id` channel to send them too all users subscribed to that channel.
For instance, here we are saying that all `users/add` actions should be broadcast to all clients subscribed to the `users/:id` channel, where `:id` comes from the action data.

<details open><summary>Node.js</summary>

Expand Down

0 comments on commit f4432f1

Please sign in to comment.