Use unique ActivityPub update ids #36
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!36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task-2494df77-unique-ap-update-ids"
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
#updateIDVerification
Task: task-2494df77
After release/deploy, redeliver
slug-cli-initand verify Mastodon applies the URL-only ActivityPub content update.Review summary
Approved. The PR fixes repeated ActivityPub Update delivery by making update activity IDs unique per post update timestamp instead of reusing the constant
#updateID.Acceptance criteria coverage
post.updatedAt.Verification
npm run typechecknpm test -- --run src/api/__tests__/posts.test.tsnpm testnpm run buildFollow-up gate
After merge/release/deploy, redeliver
slug-cli-initand verify Mastodon applies the URL-only article content update instead of keeping the older title/excerpt body.Blocking issues
None.
Verdict
Approved.