GetStream/stream-chat-react

question: How to remove Hyperlinks format?

minhth1529 opened this issue · 2 comments

To Reproduce

Steps to reproduce the behavior:

  1. Typing 'a.styles'
  2. In sent message 'a.styles' is a link format

Expected behavior

how to remove Hyperlinks format?

Screenshots

Screenshot 2024-07-08 at 2 25 25 PM

Package version

  • stream-chat-react: 11.23.0
  • stream-chat-css: 4.17.3
  • stream-chat-js: 8.37.0

Hello @minhth-1529 , this is a valid uri with top level domain ".style". You can see more here.

However if you type a.styles, it is correctly not considered a link.

Hi @MartinCupela , getstream will auto detect if the text is valid uri, it will auto format hyperlink, right?