-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added handling for
Group
announced Create
activities
refs [AP-608](https://linear.app/ghost/issue/AP-608/ghost-does-not-work-with-lemmy-or-wordpress) Added handling for `Group` announced `Create` activities so that these activities are recorded processed by the service. Activities are usually only announced as part of Group federation See https://codeberg.org/fediverse/fep/src/branch/main/fep/1b12/fep-1b12.md for more details
- Loading branch information
Showing
3 changed files
with
121 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Feature: Handling activities announced by a Group | ||
|
||
Scenario: We recieve a Create(Article) activity announced from a Group | ||
Given an Actor "Alice" | ||
And a Group "Wonderland" | ||
And "Alice" is a member of "Wonderland" | ||
And we follow "Wonderland" | ||
And the request is accepted | ||
And a "Accept(Follow(Wonderland))" Activity "Accept" by "Wonderland" | ||
And "Wonderland" sends "Accept" to the Inbox | ||
When a "Create(Article)" Activity "Create" by "Alice" | ||
And "Wonderland" announces "Create" | ||
Then "Create" is in our Inbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters