2
0

Change GET /api/v1/statuses/:id/quotes to allow listing quotes to other people's posts (#36291)

This commit is contained in:
Claire
2025-09-30 11:56:03 +02:00
committed by GitHub
parent 45219dbf64
commit 589af7a1cc
3 changed files with 40 additions and 25 deletions

View File

@@ -36,10 +36,6 @@ class StatusPolicy < ApplicationPolicy
owned?
end
def list_quotes?
owned?
end
alias unreblog? destroy?
def update?