enhance(antenna): Botの投稿を除外できるように (MisskeyIO#545)

This commit is contained in:
まっちゃとーにゅ 2024-03-20 17:28:19 +09:00 committed by GitHub
parent c45edf2564
commit a95ce067c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 50 additions and 2 deletions

View file

@ -45,6 +45,7 @@ describe('アンテナ', () => {
users: [''],
withFile: false,
withReplies: false,
excludeBots: false,
};
let root: User;
@ -159,6 +160,7 @@ describe('アンテナ', () => {
users: [''],
withFile: false,
withReplies: false,
excludeBots: false,
localOnly: false,
};
assert.deepStrictEqual(response, expected);