Fix status creation API silently discarding invalid poll (#10171)

th-downstream
Eugen Rochko 6 years ago committed by GitHub
parent 0c8e3beb51
commit 7c61f27433

@ -70,6 +70,7 @@ class Status < ApplicationRecord
validates_with StatusLengthValidator
validates_with DisallowedHashtagsValidator
validates :reblog, uniqueness: { scope: :account }, if: :reblog?
validates_associated :owned_poll
default_scope { recent }

Loading…
Cancel
Save