Merge remote-tracking branch 'parent/main' into kb_lts
This commit is contained in:
commit
3c317659c4
15 changed files with 95 additions and 20 deletions
|
@ -16,6 +16,9 @@ class REST::CredentialAccountSerializer < REST::AccountSerializer
|
|||
note: object.note,
|
||||
fields: object.fields.map(&:to_h),
|
||||
follow_requests_count: FollowRequest.where(target_account: object).limit(40).count,
|
||||
hide_collections: object.hide_collections,
|
||||
discoverable: object.discoverable,
|
||||
indexable: object.indexable,
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue