Only suggest discoverable accounts in collection account editor (#37920)

This commit is contained in:
diondiondion
2026-02-19 17:43:31 +01:00
committed by GitHub
parent 7eb4b907eb
commit 39ff07bc89
5 changed files with 41 additions and 3 deletions

View File

@@ -31,6 +31,11 @@ export const accountFactory: FactoryFunction<ApiAccountJSON> = ({
created_at: '2023-01-01T00:00:00.000Z',
discoverable: true,
emojis: [],
feature_approval: {
automatic: [],
manual: [],
current_user: 'missing',
},
fields: [],
followers_count: 0,
following_count: 0,