Merge tag 'v3.0.0' into hometown-dev
This commit is contained in:
@ -13,6 +13,7 @@ class REST::CredentialAccountSerializer < REST::AccountSerializer
|
||||
federation: user.setting_default_federation,
|
||||
note: object.note,
|
||||
fields: object.fields.map(&:to_h),
|
||||
follow_requests_count: FollowRequest.where(target_account: object).limit(40).count,
|
||||
}
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user