send messages to telegram from RQCP (ReadQrcodeChatPage) with link to MQCP (ManageQrcodeChatPage)
Deploy app frontend / app frontend (push) Successful in 2m43s
Deploy db-migrations / db-migrations (push) Successful in 1m8s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m30s
Deploy service tg-bot / service tg-bot (push) Failing after 1m54s
Deploy app frontend / app frontend (push) Successful in 2m43s
Deploy db-migrations / db-migrations (push) Successful in 1m8s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m30s
Deploy service tg-bot / service tg-bot (push) Failing after 1m54s
This commit is contained in:
@@ -24,7 +24,12 @@ export interface UserChatSettingsDocument extends BaseDocument {
|
||||
browser_uuid: string;
|
||||
|
||||
/** Включены ли push-уведомления */
|
||||
is_push_notification_enabled: boolean;
|
||||
is_push_notification_enabled?: boolean;
|
||||
|
||||
/**
|
||||
* Включены ли сообщения в Telegram
|
||||
*/
|
||||
is_telegram_messages_enabled?: boolean;
|
||||
|
||||
/** Дата последнего обновления */
|
||||
updated_at?: string;
|
||||
|
||||
Reference in New Issue
Block a user