Skip to content

Commit a25e7bc

Browse files
committed
task-oriented chat: change wording on push notifications
1 parent 22eb6ac commit a25e7bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pages/docs/guides/chat/build-task-oriented.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,7 @@ const realtimeClient = new Ably.Realtime({
379379

380380
## Push notifications
381381

382-
Ably Pub/Sub channels can be used for push notifications. See the [Push notifications](/docs/push/publish) documentation for more details. Since Ably Chat rooms are backed by a single Ably Pub/Sub channel, you can use the same channel for push notifications to notify all participants in the room when something happens.
383-
384-
You can also use a separate channel to control notifications, in which case you can tailor them to individual users. Read more about push notifications with Ably in the [Push notifications](/docs/push/publish) documentation.
382+
With Ably you can send push notifications to a channel, to a device, or to a user by their `clientId`. This allows you to build task-oriented push notifications that are tailored to the specific needs of your application. Since Ably Chat rooms are backed by a single Ably Pub/Sub channel, you can use the same channel for push notifications to notify all participants in the room when something happens. Read more about push notifications with Ably in the [Push notifications](/docs/push/publish) documentation.
385383

386384
## Production-ready checklist
387385

0 commit comments

Comments
 (0)