fix: webfinger is not declared as an attribute in actor_serializer.rb (#38538)
This commit is contained in:
parent
7e6813e95c
commit
fdce2d3b9c
@ -12,7 +12,7 @@ class ActivityPub::ActorSerializer < ActivityPub::Serializer
|
||||
|
||||
context_extensions :interaction_policies if Mastodon::Feature.collections_enabled?
|
||||
|
||||
attributes :id, :type, :following, :followers,
|
||||
attributes :id, :webfinger, :type, :following, :followers,
|
||||
:inbox, :outbox, :featured, :featured_tags,
|
||||
:preferred_username, :name, :summary,
|
||||
:url, :manually_approves_followers,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user