Notify ActivityPub followers on actor updates #39
No reviewers
Labels
No labels
activitypub
actor
admin
ai-safety
article
articles
atproto
bug
cli
configuration
content
dev-environment
docker
enhancement
feature
federation
fediverse
forgejo
garage
health
how-to
logging
markdown
mastodon
media
navigation
opengraph
passkeys
preview
priority:medium
production
release
rendering
s3
settings
setup
status:active
status:done
status:inprogress
technical
webauthn
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit.com!39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task-d213c262-actor-update-delivery"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Updateactivities after/settings/actorsavesicon, banner, attachments, and follower addressingVerification
Task: task-d213c262
After merge/release/deploy, change the actor avatar and verify pod logs show the actor save plus ActivityPub update delivery, and verify Mastodon refreshes or receives a valid actor Update.
Review summary
Approved. The PR wires
/settings/actorsaves into ActivityPub actorUpdatedelivery and adds structured logs so avatar/profile changes can be verified from pod logs.Acceptance criteria coverage
Updatewhen followers exist and ActivityPub is enabled.iconfrom the avatar/image URL.Verification
npm run typechecknpm testnpm run buildNotes
The implementation intentionally logs changed field names rather than dumping full settings payloads. The delivery helper logs
queued; actual remote delivery failures are still covered by the existing FedifyonOutboxErrorlog path.Follow-up gate
After merge/release/deploy, change the production actor avatar and verify pod logs show the actor save plus ActivityPub actor update delivery, then verify Mastodon refreshes or at least receives/applies a valid actor Update.
Blocking issues
None.
Verdict
Approved.