This commit is contained in:
syuilo
2025-08-02 11:47:24 +09:00
parent 57e0f1b4ef
commit 8449354887
4 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ describe('FF visibility', () => {
beforeAll(async () => {
alice = await signup({ username: 'alice' });
bob = await signup({ username: 'bob' });
await api('admin/update-meta', { federation: 'all' }, alice as misskey.entities.SignupResponse);
}, 1000 * 60 * 2);
test('followingVisibility, followersVisibility がともに public なユーザーのフォロー/フォロワーを誰でも見れる', async () => {