Text interpreted as link maybe too zealous when protocol is not present?

[Problem/Question]
Any text, sent to the chat, that contains a dot followed by at least 2 chars is considered as a link, so on mouse over the text is underlined and if user clicks it opens a new page.


[UIKit Version]
3.13.4

[Reproduction Steps]
Send the following message:
this.is is not a link

You will see in the chat that “this.is” is considered as a link, whereas could just be a filename or somebody forgetting to put a space between the dot and “is”.

[Frequency]
Always.

[Current impact]
Minor, but to fix we have to remove some text from messages to avoid user to click on them and see an empty browser page.