Merge remote-tracking branch 'misskey-original/develop' into develop
This commit is contained in:
commit
6c83f01ef4
44 changed files with 288 additions and 162 deletions
|
|
@ -153,6 +153,10 @@ export const packedNoteSchema = {
|
|||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
userId: {
|
||||
type: 'string',
|
||||
optional: false, nullable: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
localOnly: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue