Send Relayables with parent author when the parent is local
Needed for diaspora/diaspora_federation#64
This commit is contained in:
parent
4f9e560ab3
commit
e2a40bb643
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue