rogora / hangish

A Google Hangouts native client for Sailfish
38 stars 7 forks source link

Two words separated with a dot result in html tags around it #23

Open nodevel opened 9 years ago

nodevel commented 9 years ago

This is probably Google's fault, but the app should be able to handle it.

When you send a message containing two words separated by a dot - like hello.world - it will be received as

<a href="hello.world">hello.world</a>.

It would be nice if the application could at least show it as a clickable link and remove the tags, if not recognizing it is not a valid URL.