Make Participation entity non-relayable
This commit is contained in:
parent
be8a1dfef4
commit
a931bee319
1 changed files with 1 additions and 2 deletions
|
|
@ -97,8 +97,7 @@ module Diaspora
|
|||
author: participation.diaspora_handle,
|
||||
guid: participation.guid,
|
||||
parent_guid: participation.target.guid,
|
||||
parent_type: Mappings.entity_name_for(participation.target),
|
||||
parent: related_entity(participation.target)
|
||||
parent_type: Mappings.entity_name_for(participation.target)
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue