You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: react/team-chat-with-threads/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To run this tutorial, you will need:
25
25
1. Under **Custom message actions**, create a new action with a name of "replyInThread" and a label of "Reply in thread", available to all messages for users with write permission
26
26
1. In the **Settings** tab under **Webhooks**:
27
27
1. enable the "message.sent" option.
28
-
1. Add the ngrok URL to **Webhook URLs** in the TalkJS dashboard, adding `/updateReplyCount`: `https://<YOUR_URL>.ngrok-free.app/updateReplyCount`
28
+
1. Add the ngrok URL to **Webhook URLs** in the TalkJS dashboard, adding `/update-reply-count`: `https://<YOUR_URL>.ngrok-free.app/update-reply-count`
29
29
1. Inside the `/backend` directory:
30
30
1. Replace `<APP_ID>` and `<SECRET_KEY>` in `server.js` with the values found in the **Settings** tab of your [TalkJS dashboard](https://talkjs.com/dashboard/login).
0 commit comments