Revert to storing application info, and display it to the author via API

This commit is contained in:
Thibaut Girka
2019-01-21 22:40:26 +01:00
committed by ThibG
parent 05415fa5d3
commit f938800ef4
2 changed files with 3 additions and 4 deletions

View File

@ -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?