Merge remote-tracking branch 'mi-dev/develop' into emoji-request

This commit is contained in:
mattyatea 2023-10-16 21:01:02 +09:00
commit c59a31375e
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A
196 changed files with 607 additions and 712 deletions

View file

@ -67,6 +67,11 @@ export const packedAntennaSchema = {
optional: false, nullable: false,
default: false,
},
localOnly: {
type: 'boolean',
optional: false, nullable: false,
default: false,
},
notify: {
type: 'boolean',
optional: false, nullable: false,