Merge pull request #969 from kmycode/upstream-20240123

Upstream 20240123
This commit is contained in:
KMY(雪あすか) 2025-01-23 19:16:23 +09:00 committed by GitHub
commit 22bf14e9f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
320 changed files with 2589 additions and 2817 deletions

View file

@ -19,6 +19,7 @@ class REST::CredentialAccountSerializer < REST::AccountSerializer
hide_collections: object.hide_collections,
discoverable: object.discoverable,
indexable: object.indexable,
attribution_domains: object.attribution_domains,
}
end