Forward ActivityPub creates that reply to local statuses (#4709)
* Forward ActivityPub creates that reply to local statuses * Fix test * Fix wrong signers
This commit is contained in:
parent
3f51a22d3b
commit
7b8f262840
5 changed files with 56 additions and 0 deletions
|
@ -11,6 +11,7 @@ RSpec.describe ActivityPub::Activity::Delete do
|
|||
type: 'Delete',
|
||||
actor: ActivityPub::TagManager.instance.uri_for(sender),
|
||||
object: ActivityPub::TagManager.instance.uri_for(status),
|
||||
signature: 'foo',
|
||||
}.with_indifferent_access
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue