Skip to content

Commit 26f5bbb

Browse files
committed
Remove old tutorial link
1 parent ebca747 commit 26f5bbb

File tree

1 file changed

+3
-4
lines changed
  • howtos/how-to-listen-for-unread-messages

1 file changed

+3
-4
lines changed

howtos/how-to-listen-for-unread-messages/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# How to listen for unread messages
22

3-
This example accompanies the tutorial [How to add an unread conversation counter to TalkJS](https://talkjs.com/resources/how-to-add-a-real-time-unread-conversation-counter-to-a-talkjs-chat/). It shows you how to get the current user's unread messages with [`Session.unreads`](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Session/#Session__unreads).
3+
This example shows you how to get the current user's unread messages with [`Session.unreads`](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Session/#Session__unreads).
44

5-
See our [Browser notifications](https://talkjs.com/docs/Features/Notifications/Browser_Notifications/#a-notifier-badge-in-your-navigation-bar) docs for more details.
5+
TalkJS already displays an [unread message counter](https://talkjs.com/resources/unread-message-counter/) next to conversations with unread messages, but you might want to add a counter elsewhere in your UI. See our [Browser notifications](https://talkjs.com/docs/Features/Notifications/Browser_Notifications/#a-notifier-badge-in-your-navigation-bar) docs for more details.
66

7-
> [!TIP]
8-
> [Download this example project as a zip file](https://github.com/talkjs/talkjs-examples/releases/latest/download/howtos.how-to-listen-for-unread-messages.zip)
7+
> [!TIP] > [Download this example project as a zip file](https://github.com/talkjs/talkjs-examples/releases/latest/download/howtos.how-to-listen-for-unread-messages.zip)
98
109
## How to run the example
1110

0 commit comments

Comments
 (0)