fix: persist note_extensions on AP Update activity
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled

on_update was discarding custom fields (posterUrl, movieTitle, etc),
so remote notes from movies-diary lost posters after Update delivery.
This commit is contained in:
2026-06-04 23:28:58 +02:00
parent 90d13c883b
commit 6dbd4dafdc
7 changed files with 22 additions and 9 deletions

1
Cargo.lock generated
View File

@@ -280,6 +280,7 @@ dependencies = [
"domain",
"futures",
"hex",
"serde_json",
"sha2",
"thiserror 2.0.18",
"tokio",