Change GET /api/v1/statuses/:id/quotes to allow listing quotes to other people's posts (#36291)
This commit is contained in:
@@ -36,10 +36,6 @@ class StatusPolicy < ApplicationPolicy
|
||||
owned?
|
||||
end
|
||||
|
||||
def list_quotes?
|
||||
owned?
|
||||
end
|
||||
|
||||
alias unreblog? destroy?
|
||||
|
||||
def update?
|
||||
|
||||
Reference in New Issue
Block a user