Chatty no longer allows clicking on link in received SMS
When an SMS containing a text like "Here is a link: https://www.fsf.org/" has been received, chatty used to show that URL as a blue clickable link and then I could tap on the link to open it in the web browser. That was nice, unfortunately it is no longer working, now the URL is no longer clickable, trying to open it now involves trying to copy+paste manually.
Testing different commits in the git history shows that it stopped working with the following commit "various: Handle message content type": 1d4016db
That commit has lots of changes, maybe a bug somewhere in there? Any hints on how to troubleshoot to find out where things go wrong?
Or, are links not supposed to be clickable anymore? I thought it was a good feature. It also allowed showing image files received by MMS because the "file://..." link was clickable. That also stopped working, it also works again if reverting chatty to before the above commit.