0
0
Fork 0

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:
Eugen Rochko 2017-08-30 15:37:02 +02:00 committed by GitHub
parent 3f51a22d3b
commit 7b8f262840
5 changed files with 56 additions and 0 deletions

View file

@ -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