]> Untitled Git - lemmy.git/commit
Update federated posts to not cache sensitive images if not allow by local site ...
authorLemmus.org <137361180+lemmus-org@users.noreply.github.com>
Fri, 30 Jun 2023 10:42:42 +0000 (03:42 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2023 10:42:42 +0000 (12:42 +0200)
commit810762762fedcf4f20c571c263603aa7753234df
treec59f5e0af7f21f84e7f1b0099b6e9280214af651
parentfcc010b5dc7c0835e758dbd34fbe33b1c0ff6103
Update federated posts to not cache sensitive images if not allow by local site (#3253)

* Update federated posts to not cache sensitive images if not allow by local site

* Refactor thumbnail match to simplify logic
crates/api_common/src/request.rs
crates/api_common/src/utils.rs
crates/api_crud/src/post/create.rs
crates/api_crud/src/post/update.rs
crates/apub/src/objects/post.rs