jointakahe / takahe

An ActivityPub/Fediverse server
BSD 3-Clause "New" or "Revised" License
1.12k stars 86 forks source link

Prevent dropping ellipsis URL #586

Closed shuuji3 closed 1 year ago

shuuji3 commented 1 year ago

Hello, this is a follow-up PR for #585.

I focused on the ellipsis part of the URL in the last PR and missed including the first protocol part like https:// as an invisible text. Without it, Elk still failed to recover the complete URL after saving the edited post (for example, https://takahe.social became a plain text takahe.social).

Now:

Screenshot 2023-05-26 at 16 54 26
andrewgodwin commented 1 year ago

Thanks!