mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 21:33:21 +00:00
parent
c71aa468b5
commit
755aad534a
|
@ -19,7 +19,7 @@ class ActivityPub::ImageSerializer < ActiveModel::Serializer
|
||||||
end
|
end
|
||||||
|
|
||||||
def focal_point?
|
def focal_point?
|
||||||
object.responds_to?(:meta) && object.meta['focus'].is_a?(Hash)
|
object.respond_to?(:meta) && object.meta['focus'].is_a?(Hash)
|
||||||
end
|
end
|
||||||
|
|
||||||
def focal_point
|
def focal_point
|
||||||
|
|
Loading…
Reference in a new issue