This commit is contained in:
tamaina 2021-09-06 02:49:38 +09:00
parent 07a97440fc
commit d200424c67
1 changed files with 0 additions and 12 deletions

View File

@ -162,18 +162,6 @@ export const packedNotificationSchema = {
ref: 'Note',
optional: true as const, nullable: true as const,
},
reaction: {
type: 'string' as const,
optional: true as const, nullable: true as const,
},
choice: {
type: 'number' as const,
optional: true as const, nullable: true as const,
},
invitation: {
type: 'object' as const,
optional: true as const, nullable: true as const,
},
body: {
type: 'string' as const,
optional: true as const, nullable: true as const,