Send Relayables with parent author when the parent is local

Needed for diaspora/diaspora_federation#64
This commit is contained in:
Benjamin Neff 2017-05-14 22:16:20 +02:00
parent 4f9e560ab3
commit e2a40bb643
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -36,7 +36,6 @@ module Diaspora
end end
end end
# @deprecated This is only needed for pre 0.6 pods
def sender_for_dispatch def sender_for_dispatch
parent.author.owner if parent.author.local? parent.author.owner if parent.author.local?
end end