resolve mentioned user handles on the backend
This commit is contained in:
@@ -85,6 +85,16 @@ export const packedNoteSchema = {
|
||||
format: 'id',
|
||||
},
|
||||
},
|
||||
mentionHandles: {
|
||||
type: 'object',
|
||||
optional: true, nullable: false,
|
||||
additionalProperties: {
|
||||
anyOf: [{
|
||||
type: 'string',
|
||||
}],
|
||||
optional: true, nullable: false,
|
||||
},
|
||||
},
|
||||
visibleUserIds: {
|
||||
type: 'array',
|
||||
optional: true, nullable: false,
|
||||
|
||||
Reference in New Issue
Block a user