Checks markdown text for links like [/c/ich_iel](https://feddit.org/c/ich_iel), resolves them via Activitypub and rewrites to a local link like [/c/ich_iel](https://lemmy.ml/c/ich_iel@feddit.org). Due to the way our code is structured this can only be done for content received via federation, not from api calls. So users should always link objects using the local instance url.
Checks markdown text for links like
[/c/ich_iel](https://feddit.org/c/ich_iel)
, resolves them via Activitypub and rewrites to a local link like[/c/ich_iel](https://lemmy.ml/c/ich_iel@feddit.org)
. Due to the way our code is structured this can only be done for content received via federation, not from api calls. So users should always link objects using the local instance url.