Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with media attachments
Make replies default to privacy settings of the status being replied to
This commit is contained in:
parent
d0f087db2d
commit
8132cf8153
3 changed files with 18 additions and 0 deletions
|
@ -151,6 +151,7 @@ Rails.application.routes.draw do
|
|||
|
||||
member do
|
||||
get :statuses
|
||||
get 'statuses/media', to: 'accounts#media_statuses', as: :media_statuses
|
||||
get :followers
|
||||
get :following
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue