Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
1.98k stars 444 forks source link

fix: use the full url when resolving #5345

Closed Nerixyz closed 3 months ago

Nerixyz commented 3 months ago

The link passed to the link resolver is the one that ends up in the return value of getLink() (if it wasn't resolved in the meantime).

Calling setLink on a LinkElement doesn't actually do anything, because it provides its own getLink.

Fixes #5343.

voting for a patch release this week