fix routing and checkbox subscribe in chat
Deploy app frontend / app frontend (push) Successful in 1m48s

This commit is contained in:
2024-12-07 20:28:40 +02:00
parent 7d611b6916
commit a420a7a040
4 changed files with 14 additions and 11 deletions
@@ -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 => {