Fix NoMethodError in ActivityPub::NoteSerializer (#10172)

This commit is contained in:
Eugen Rochko 2019-03-05 05:09:01 +01:00 committed by GitHub
parent 4037b5eb1e
commit ac99b3465e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ class ActivityPub::NoteSerializer < ActiveModel::Serializer
end
def poll_options
if !object.expired? && object.hide_totals?
if !object.poll.expired? && object.poll.hide_totals?
object.poll.unloaded_options
else
object.poll.loaded_options