stackernews / stacker.news

Internet communities that pay you Bitcoin
https://stacker.news
MIT License
403 stars 105 forks source link

Fix user popover if mention inside link #1245

Closed ekzyis closed 5 days ago

ekzyis commented 6 days ago

User popovers showed "user not found" if users were mentioned within a markdown link.

I noticed this while writing this comment. I initially wrote this:

[@Natalia be like](https://stacker.news/items/549152):

![](https://m.stacker.news/36436)

but then I realized that it shows "user not found" because name was set to @Natalia be like.

This PR fixes that.