Fix glitch-toc route
This commit is contained in:
parent
5a638a9551
commit
b183089a48
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ class Api::V1::Statuses::EmojiReactionsController < Api::BaseController
|
|||
before_action :set_status_without_authorize, only: [:destroy]
|
||||
|
||||
def create
|
||||
create_private(params[:emoji])
|
||||
create_private(params[:emoji] || params[:id])
|
||||
end
|
||||
|
||||
# For compatible with Fedibird API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue