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>
This commit is contained in:
Dessalines
2024-04-10 10:59:46 -04:00
committed by GitHub
parent 5dea21d531
commit 555f789269
12 changed files with 227 additions and 131 deletions

View File

@@ -6,9 +6,9 @@ pushd ../
cargo udeps --all-targets
# Upgrade deps
cargo upgrade --workspace
cargo upgrade
# Run check
cargo check
# Run clippy
cargo clippy
popd