0
0
Fork 0

Fix reblogs privacy (#10302)

* Fix reblogs privacy

* Fix Announce processing specs
This commit is contained in:
ThibG 2019-03-17 14:54:09 +01:00 committed by Eugen Rochko
parent c92a1cf5c1
commit 5e38ef87a7
3 changed files with 23 additions and 1 deletions

View file

@ -12,6 +12,7 @@ RSpec.describe ActivityPub::Activity::Announce do
type: 'Announce',
actor: 'https://example.com/actor',
object: object_json,
to: 'http://example.com/followers',
}.with_indifferent_access
end