I think this is related with #8154
In Talk (current main branch using @nextcloud/vue v9.6.0), most of the URLs do not trigger the rendering of link previews anymore when posted in messages:
Here is how NcRichText is used in Talk: https://github.com/nextcloud/spreed/blob/bd5ad21188523ba596042496660a46c434531a2e/src/components/MessagesList/MessagesGroup/Message/MessagePart/MessageBody.vue#L69-L79
I could not "npm link" @nextcloud/vue in spreed so I could not try to revert #8154.
How to reproduce
@Antreesy Any idea why some raw links can be considered as Markdown? Or is there any other reason why NcRichText would not render all URLs now?
I think this is related with #8154
In Talk (current main branch using
@nextcloud/vuev9.6.0), most of the URLs do not trigger the rendering of link previews anymore when posted in messages:Here is how NcRichText is used in Talk: https://github.com/nextcloud/spreed/blob/bd5ad21188523ba596042496660a46c434531a2e/src/components/MessagesList/MessagesGroup/Message/MessagePart/MessageBody.vue#L69-L79
I could not "npm link"
@nextcloud/vuein spreed so I could not try to revert #8154.How to reproduce
@Antreesy Any idea why some raw links can be considered as Markdown? Or is there any other reason why NcRichText would not render all URLs now?