Merge remote-tracking branch 'parent/main' into kb_development
This commit is contained in:
commit
78ddcb10c3
67 changed files with 615 additions and 230 deletions
|
@ -4,6 +4,8 @@ class REST::AccountSerializer < ActiveModel::Serializer
|
|||
include RoutingHelper
|
||||
include FormattingHelper
|
||||
|
||||
# Please update `app/javascript/mastodon/api_types/accounts.ts` when making changes to the attributes
|
||||
|
||||
attributes :id, :username, :acct, :display_name, :locked, :bot, :discoverable, :group, :created_at,
|
||||
:note, :url, :uri, :avatar, :avatar_static, :header, :header_static, :subscribable,
|
||||
:followers_count, :following_count, :statuses_count, :last_status_at, :other_settings, :noindex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue