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/api_common/src
Dessalines 555f789269
Fixing custom_thumbnail updates. (#4593)
* Fixing custom_thumbnail updates.

* Fixing issue with image posts.

* Fixing upgrade deps script.

* Adding API tests for custom thumbnails.

* Remove pointless todo.

* Address PR comments.

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
2 months ago
..
build_response.rs Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2 months ago
claims.rs Fixing some clippy and woodpecker lints. (#4565) 3 months ago
comment.rs View report history for a post or comment. Fixes #4190 (#4492) 3 months ago
community.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
context.rs Upgrade apub lib, correct webfinger content-type (#4498) 3 months ago
custom_emoji.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
lib.rs Change exponential backoff algorithm for federation send (#4597) 2 months ago
person.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 3 months ago
post.rs Add alt_text for posts. Fixes #1086 (#4477) 3 months ago
private_message.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
request.rs Fixing custom_thumbnail updates. (#4593) 2 months ago
send_activity.rs Send purges to federated instances (fixes #4119) (#4398) 5 months ago
sensitive.rs Upgrade api_test deps (#2850) 1 year ago
site.rs Add a blocklist for URLs. (#4515) 3 months ago
utils.rs Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2 months ago