Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
(mint@ryona.agency)'s status on Thursday, 27-Oct-2022 18:02:38 JST @cassidyclown @Tadano @iwojima @mint @ne @neet @ryo Or not. Sadly, it doesn't help in case of mentions unless you merge it, which I explicitly mentioned in ther merge request. If you're running source install or self-built OTP, you can edit mix.exs and mix.lock to point to the forked version and then rebuild, otherwise gotta have to live with it for now.
mix.exs:
{:linkify,
git: "https://gitgud.io/mintplg/linkify.git",
branch: "domain-mention-parsing-fix"},
mix.lock:
"linkify": {:git, "https://gitgud.io/mintplg/linkify.git", "91e313e6532aaf31c5771132b5b62c755a34a106", [branch: "domain-mention-parsing-fix"]}