- How can I test reactions and replies functionality directly on xmtp.chat?
- Does xmtp.chat support displaying reactions and replies from external apps, or do I need to build my own test interface?
- What’s the best way to validate that my content types render correctly on xmtp.chat vs my custom implementation?
hey @Saurabh_Suthar, replies and reactions are displayed on xmtp.chat
, but not like a typical messaging app. they are displayed as messages in the feed.
xmtp.chat
does not currently supported replying or reacting, but it’s something we plan to add in the future.
if you’re developing a custom content type, you can always clone the repository and run a custom version of xmtp.chat
on your local machine that supports it. keep in mind that unless other developers support your custom content type, it will not be displayed as you intend. for these cases, use fallback text.
Thank you very much. I am looking forward to it.