Fix reblogged/favourited caching; add API endpoints for who favd/reblogged status
This commit is contained in:
parent
c003e70758
commit
e4671adc25
5 changed files with 30 additions and 6 deletions
|
@ -59,6 +59,8 @@ Rails.application.routes.draw do
|
|||
|
||||
member do
|
||||
get :context
|
||||
get :reblogged_by
|
||||
get :favourited_by
|
||||
|
||||
post :reblog
|
||||
post :unreblog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue