If id of fetched object doesnt match url, refetch it (fixes #4964) (#5022)

This commit is contained in:
Nutomic 2024-09-13 17:59:25 +02:00 committed by GitHub
parent 33df7eaf18
commit d57d9f6fe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -16,9 +16,9 @@ checksum = "8f27d075294830fcab6f66e320dab524bc6d048f4a151698e153205559113772"
[[package]]
name = "activitypub_federation"
version = "0.5.8"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b86eea7a032da501fe07b04a83c10716ea732c45e6943d7f045bc053aca03f2a"
checksum = "c28c1d450c1120e9c7bf45a2b25d29b2b52b51a8bdbe941824d1beb52ab6e94a"
dependencies = [
"activitystreams-kinds",
"actix-web",

View file

@ -100,7 +100,7 @@ lemmy_db_views = { version = "=0.19.6-beta.7", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.19.6-beta.7", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.19.6-beta.7", path = "./crates/db_views_moderator" }
lemmy_federate = { version = "=0.19.6-beta.7", path = "./crates/federate" }
activitypub_federation = { version = "0.5.8", default-features = false, features = [
activitypub_federation = { version = "0.5.9", default-features = false, features = [
"actix-web",
] }
diesel = "2.1.6"