enhance(antenna): Botの投稿を除外できるように (MisskeyIO#545)
This commit is contained in:
parent
c45edf2564
commit
a95ce067c6
17 changed files with 50 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue