enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように (#12887)

* enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように

* Update Changelog
This commit is contained in:
かっこかり 2024-01-03 13:35:40 +09:00 committed by GitHub
parent 58469c0a69
commit a9127e3ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 61 additions and 15 deletions

View file

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