You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/apub
Nutomic 7c2445efe7
Resolve links to remote posts into local URL (#5057)
* move code to new file

* rewrite markdown links (fixes #2987)

* add missing file

* add helper fn

* also convert post.url

* simplify search.rs

* clippy

* also rewrite user/community links in markdown

* Call from apub handlers, cleanup

* no network requests in test

* clippy

* fix tests

* serial

* test

* no mut

* add api test

* fix api test
2 weeks ago
..
assets Resolve links to remote posts into local URL (#5057) 2 weeks ago
src Resolve links to remote posts into local URL (#5057) 2 weeks ago
Cargo.toml Replace 3rd party once_cell crate with recently stabilized standard library API (#4919) 3 months ago