Skip to content

Commit 57ad9cf

Browse files
authored
Merge pull request #413 from talkjs/feat/link-to-delete-conversation-tutorial
Add link to delete conversation tutorial
2 parents 4a7666e + 83297f0 commit 57ad9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

howtos/how-to-delete-a-conversation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is an example project for TalkJS's tutorial on how to delete a conversation.
1+
This is an example project for TalkJS's tutorial on [how to delete a conversation](https://talkjs.com/resources/how-to-delete-a-conversation/).
22

33
The project uses TalkJS's [custom conversation actions](https://talkjs.com/docs/Features/Customizations/Conversation_Actions/) to add a new "Delete conversation" option to the chat UI. It then listens for this custom action and sends the conversation ID to the backend server, which calls TalkJS's REST API to delete the conversation.
44

0 commit comments

Comments
 (0)