]> cat aescling's git repositories - mastodon.git/commit
Do not check for file existence when serializing ActivityPub actor (#8386)
authorThibG <thib@sitedethib.com>
Thu, 23 Aug 2018 14:39:22 +0000 (16:39 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 23 Aug 2018 14:39:22 +0000 (16:39 +0200)
commit63484ee17a857ad0c4c33f196bfa8d825621c509
treeb244da66ae28858a8a782baca17a491371126ec1
parent6cb3514d64ec24b164484f4eb84363b96746d5d6
Do not check for file existence when serializing ActivityPub actor (#8386)

When serializing an ActivityPub actor, Mastodon checks for the existence
of the avatar/header files. This is not necessary, only check if avatar/header
is set.

https://github.com/thoughtbot/paperclip/blob/fd8bf49d3895de2904b43f95d11af0736fbd0f5b/README.md#checking-a-file-exists
app/serializers/activitypub/actor_serializer.rb