Revert to storing application info, and display it to the author via API
This commit is contained in:
@ -22,7 +22,6 @@ class PostStatusService < BaseService
|
||||
@options = options
|
||||
@text = @options[:text] || ''
|
||||
@in_reply_to = @options[:thread]
|
||||
@options.delete(:application) unless @account.user&.setting_show_application
|
||||
|
||||
return idempotency_duplicate if idempotency_given? && idempotency_duplicate?
|
||||
|
||||
|
Reference in New Issue
Block a user