From 98b6888755815f62be3d7b08db7eef8de759dcab Mon Sep 17 00:00:00 2001 From: balzack Date: Mon, 14 Nov 2022 21:15:27 -0800 Subject: [PATCH] updating notifications --- app/mobile/ios/Podfile.lock | 2 +- app/mobile/src/context/useAppContext.hook.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/mobile/ios/Podfile.lock b/app/mobile/ios/Podfile.lock index e1bdc265..2e908c83 100644 --- a/app/mobile/ios/Podfile.lock +++ b/app/mobile/ios/Podfile.lock @@ -669,7 +669,7 @@ SPEC CHECKSUMS: FirebaseInstallations: 99d24bac0243cf8b0e96cf5426340d211f0bcc80 FirebaseMessaging: 4487bbff9b9b927ba1dd3ea40d1ceb58e4ee3cb5 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a + glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f GoogleUtilities: 1d20a6ad97ef46f67bbdec158ce00563a671ebb7 nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 diff --git a/app/mobile/src/context/useAppContext.hook.js b/app/mobile/src/context/useAppContext.hook.js index 0bb472dc..fed954be 100644 --- a/app/mobile/src/context/useAppContext.hook.js +++ b/app/mobile/src/context/useAppContext.hook.js @@ -72,7 +72,8 @@ export function useAppContext() { } const notifications = [ - { event: 'contact.statusChange', messageTitle: 'Contact Update' }, + { event: 'contact.addCard', messageTitle: 'New Contact Request' }, + { event: 'contact.updateCard', messageTitle: 'Contact Update' }, { event: 'channel.addChannel.superbasic', messageTitle: 'New Topic' }, { event: 'contact.addChannelTopic.superbasictopic', messageTitle: 'New Topic Message' }, ];