fix routing and checkbox subscribe in chat
Deploy app frontend / app frontend (push) Successful in 1m48s
Deploy app frontend / app frontend (push) Successful in 1m48s
This commit is contained in:
@@ -32,6 +32,7 @@ export const saveUserChatSettings = async ({
|
||||
const user_uuid = getUserUuid()
|
||||
const browser_uuid = getBrowserUuid()
|
||||
const _id = `user_chat_settings:${qr_code_uri}:${chat}:${user_chat_role}:${user_uuid}`
|
||||
console.log('is_push_notification_enabled', is_push_notification_enabled)
|
||||
const result = await userChatSettingsDbRemote.upsert(
|
||||
_id,
|
||||
(doc): UserChatSettingsDocument | false => {
|
||||
|
||||
Reference in New Issue
Block a user