FEP-4f05: Soft Deletion

Hi @devnull

this regards soft deletion + context collections (as a collection of posts). This topic started at

I’m curious what should happen if the context contains three elements ap-obj, reply, and reply2. reply2 is a reply of reply. Now reply is deleted. How many elements does the context then contain?

@silverpill said that for mitra the context would contain 1 element ap-obj.

The scenario as Gherkin:

Background:
    Given A new user called "Alice"
    And A new user called "Bob"
    And An ActivityPub object called "ap-obj"

Scenario: Reply to reply with parent reply deleted
    Given "Alice" replied to "ap-obj" with "Nice post!" as "reply"
    And "Bob" replied to "reply" with "Good point!" as "reply2"
    When "Alice" deletes "reply"
    Then For "Alice", the "context" collection of "ap-obj" contains "?" elements
1 Like