Fix quote
This commit is contained in:
parent
cd01ffc54e
commit
ee406e6fb9
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class ProcessReferencesService < BaseService
|
|||
end
|
||||
|
||||
def quotable?(target_status)
|
||||
@status.account.allow_quote? && StatusPolicy.new(@status.account, target_status).quote?
|
||||
@status.account.allow_quote? && (!@status.local? || StatusPolicy.new(@status.account, target_status).quote?)
|
||||
end
|
||||
|
||||
def add_references
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue