We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1261d9 commit 33da039Copy full SHA for 33da039
apps/meteor/app/api/server/v1/users.ts
@@ -482,12 +482,12 @@ const usersInfoEndpoint = API.v1.get(
482
items: {
483
type: 'object',
484
properties: {
485
+ _id: { type: 'string' },
486
rid: { type: 'string' },
487
name: { type: 'string' },
488
t: { type: 'string' },
489
roles: { type: 'array', items: { type: 'string' } },
490
unread: { type: 'number' },
- federated: { type: 'boolean' },
491
},
492
required: ['rid', 't', 'unread'],
493
additionalProperties: false,
0 commit comments