More work with subscriptions
This commit is contained in:
parent
918103a17b
commit
497724443f
11 changed files with 164 additions and 62 deletions
|
|
@ -6,7 +6,10 @@ import { defaultCreatedAt, defaultUpdateAt } from '/imports/api/Utility/Utils.js
|
|||
import i18n from 'i18next';
|
||||
|
||||
const schemaUserProfile = new SimpleSchema({
|
||||
name: { type: String, optional: true },
|
||||
// name: { type: String, optional: true },
|
||||
name: Object,
|
||||
'name.first': String,
|
||||
'name.last': String,
|
||||
lang: { type: String, optional: true },
|
||||
telegramChatId: { type: Number, optional: true },
|
||||
telegramUsername: { type: String, optional: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue