mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 11:11:11 +02:00
Only suggest discoverable accounts in collection account editor (#37920)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user