Merge branch 'master' into development
This commit is contained in:
@ -168,6 +168,7 @@ class Status < ApplicationRecord
|
||||
|
||||
before_validation do
|
||||
text.strip!
|
||||
self.reblog = reblog.reblog if reblog? && reblog.reblog?
|
||||
self.in_reply_to_account_id = thread.account_id if reply?
|
||||
self.visibility = :public if visibility.nil?
|
||||
end
|
||||
|
Reference in New Issue
Block a user