Add a date limit on accounts-statusescontroller without auth
This commit is contained in:
@@ -51,7 +51,6 @@ class Api::V1::StatusesController < Api::BaseController
|
||||
|
||||
def create
|
||||
markdown = status_params[:markdown] unless status_params[:markdown] === status_params[:status]
|
||||
|
||||
@status = PostStatusService.new.call(current_user.account,
|
||||
text: status_params[:status],
|
||||
markdown: markdown,
|
||||
|
||||
Reference in New Issue
Block a user