2
0

Explicitly record Tombstone quotes as deleted

This adds a `deleted` state to the internal representation, but this does
not change the API, which already included such a state.
This commit is contained in:
Claire
2025-10-09 15:55:49 +02:00
parent a186bad399
commit d7d6407d41
6 changed files with 12 additions and 6 deletions

View File

@@ -956,7 +956,7 @@ RSpec.describe ActivityPub::Activity::Create do
expect(status).to_not be_nil
expect(status.quote).to_not be_nil
expect(status.quote).to have_attributes(
state: 'pending',
state: 'deleted',
approval_uri: nil
)
end