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
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
..
api Adding a get_random_community endpoint. (#5042) 2 weeks ago
api_common Resolve links to remote posts into local URL (#5057) 2 weeks ago
api_crud Adding a get_random_community endpoint. (#5042) 2 weeks ago
apub Resolve links to remote posts into local URL (#5057) 2 weeks ago
db_perf Replace clippy allow annotation with expect (fixes #5012) (#5048) 3 weeks ago
db_schema Resolve links to remote posts into local URL (#5057) 2 weeks ago
db_views Replace `clippy::unwrap_used` in tests (#5064) 2 weeks ago
db_views_actor Replace `clippy::unwrap_used` in tests (#5064) 2 weeks ago
db_views_moderator Fixing extra modlog entries when post_id or comment_id is given. (#4664) 6 months ago
federate Replace `clippy::unwrap_used` in tests (#5064) 2 weeks ago
routes Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 4 weeks ago
utils Resolve links to remote posts into local URL (#5057) 2 weeks ago