lemmy/crates/apub/src/fetcher
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
2024-10-03 08:24:05 -04:00
..
markdown_links.rs Resolve links to remote posts into local URL (#5057) 2024-10-03 08:24:05 -04:00
mod.rs Resolve links to remote posts into local URL (#5057) 2024-10-03 08:24:05 -04:00
post_or_comment.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
search.rs Resolve links to remote posts into local URL (#5057) 2024-10-03 08:24:05 -04:00
site_or_community_or_user.rs Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
user_or_community.rs Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00