fix: webfinger is not declared as an attribute in actor_serializer.rb (#38538)

This commit is contained in:
Shlee 2026-04-03 02:15:16 +10:30 committed by GitHub
parent 7e6813e95c
commit fdce2d3b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,