-
Notifications
You must be signed in to change notification settings - Fork 43
Chat: A how to guide for replies #2712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
- Seems you cannot display react and javascript at the same time, so I've had to wrap the react code in a javascript tag.
@jamiehenson tagged you in relation to my temporary fix to add typescript support to the docs. |
… on the replies.mdx doc.
11415a5
to
fb3b799
Compare
Context
Chat currently doesn't have native support for things like replies and quotes, so we need a short guide to give users an idea as to how they might implement a solution with the Chat SDK in the mean time.
As a temporary fix, I've added typescript to the langs list, I've had to override the langs for the replies page in the nav bar though, so it displays nothing. This is because the selection bar doesn't seem to support typescript yet - thats fine for my doc as there is only one language for the whole doc. Also, nowhere else uses typescript tag, so it shouldn't break other docs.
CHA-1016
Description
This PR adds a guide that covers a basic replies setup, using the Chat SDK, and sending message reply metadata in the metadata field of a chat message.