mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 00:54:02 -05:00
Fix NoMethodError in ActivityPub::NoteSerializer (#10172)
This commit is contained in:
parent
4037b5eb1e
commit
ac99b3465e
@ -122,7 +122,7 @@ class ActivityPub::NoteSerializer < ActiveModel::Serializer
|
|||||||
end
|
end
|
||||||
|
|
||||||
def poll_options
|
def poll_options
|
||||||
if !object.expired? && object.hide_totals?
|
if !object.poll.expired? && object.poll.hide_totals?
|
||||||
object.poll.unloaded_options
|
object.poll.unloaded_options
|
||||||
else
|
else
|
||||||
object.poll.loaded_options
|
object.poll.loaded_options
|
||||||
|
Loading…
Reference in New Issue
Block a user