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

@ -76,6 +76,11 @@ export const packedAntennaSchema = {
type: 'boolean',
optional: false, nullable: false,
},
excludeBots: {
type: 'boolean',
optional: false, nullable: false,
default: false,
},
withReplies: {
type: 'boolean',
optional: false, nullable: false,