Merge remote-tracking branch 'misskey-original/develop' into develop

This commit is contained in:
mattyatea 2024-01-04 14:19:28 +09:00
commit 6c83f01ef4
44 changed files with 288 additions and 162 deletions

View file

@ -153,6 +153,10 @@ export const packedNoteSchema = {
type: 'boolean',
optional: false, nullable: false,
},
userId: {
type: 'string',
optional: false, nullable: true,
},
},
},
localOnly: {