0
0
Fork 0
This commit is contained in:
Eugen Rochko 2017-08-19 02:23:47 +02:00 committed by GitHub
parent c7d2619ab1
commit 774b8661bc
3 changed files with 2 additions and 24 deletions

View file

@ -3,7 +3,7 @@
class ActivityPub::RejectFollowSerializer < ActiveModel::Serializer
attributes :id, :type, :actor
has_one :object, serializer: ActivityPub::InverseFollowSerializer
has_one :object, serializer: ActivityPub::FollowSerializer
def id
[ActivityPub::TagManager.instance.uri_for(object.target_account), '#rejects/follows/', object.id].join