0
0
Fork 0

Add outbox attribute to instance actor (#14721)

It's not useful for now, but it's required by ActivityPub
This commit is contained in:
ThibG 2020-09-02 18:42:50 +02:00 committed by GitHub
parent 33ad850c98
commit abee40b232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 6 deletions

View file

@ -17,6 +17,6 @@ class InstanceActorsController < ApplicationController
end
def restrict_fields_to
%i(id type preferred_username inbox public_key endpoints url manually_approves_followers)
%i(id type preferred_username inbox outbox public_key endpoints url manually_approves_followers)
end
end