1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-17 12:35:37 +02:00

Merge branch 'develop' into mahjong

This commit is contained in:
syuilo
2024-02-08 16:59:43 +09:00
106 changed files with 674 additions and 362 deletions

View File

@@ -27,6 +27,10 @@ export const packedEmojiSimpleSchema = {
type: 'string',
optional: false, nullable: false,
},
localOnly: {
type: 'boolean',
optional: true, nullable: false,
},
isSensitive: {
type: 'boolean',
optional: true, nullable: false,