1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 19:54:36 +02:00

通常はFTTにしておく

This commit is contained in:
samunohito
2024-06-30 22:25:27 +09:00
parent 5554761354
commit ac728dd3fb

View File

@@ -93,8 +93,8 @@ describe('Timelines', () => {
root = await signup({ username: 'root' });
// FTT無効の状態で見たいときはコメントアウトを外す
await api('admin/update-meta', { enableFanoutTimeline: false }, root);
await sleep(1000);
// await api('admin/update-meta', { enableFanoutTimeline: false }, root);
// await sleep(1000);
});
afterEach(async () => {