Merge branch 'develop' into with-replies-for-newly-followed-users

This commit is contained in:
anatawa12 2023-10-16 18:11:01 +09:00 committed by GitHub
commit dd5dfe2873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ describe('アンテナ', () => {
users: [''],
withFile: false,
withReplies: false,
localOnly: false,
} as Antenna;
assert.deepStrictEqual(response, expected);
});