1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix reverse-proxy caching of instance actor object (#11561)

This commit is contained in:
ThibG 2019-08-13 15:30:37 +02:00 committed by Eugen Rochko
parent 0e9668051e
commit 7ffec882ae

View file

@ -3,6 +3,8 @@
class InstanceActorsController < ApplicationController
include AccountControllerConcern
skip_around_action :set_locale
def show
expires_in 10.minutes, public: true
render json: @account, content_type: 'application/activity+json', serializer: ActivityPub::ActorSerializer, adapter: ActivityPub::Adapter, fields: restrict_fields_to