Eugen Rochko
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/serializers/activitypub/image_serializer.rb
|
@ -19,7 +19,7 @@ class ActivityPub::ImageSerializer < ActiveModel::Serializer |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
def focal_point? |
|
|
def focal_point? |
|
|
object.respond_to?(:meta) && object.meta['focus'].is_a?(Hash) |
|
|
|
|
|
|
|
|
object.respond_to?(:meta) && object.meta.is_a?(Hash) && object.meta['focus'].is_a?(Hash) |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
def focal_point |
|
|
def focal_point |
|
|