updating notifications

This commit is contained in:
balzack 2022-11-14 21:15:27 -08:00
parent c1617fe9a0
commit 98b6888755
2 changed files with 3 additions and 2 deletions

View File

@ -669,7 +669,7 @@ SPEC CHECKSUMS:
FirebaseInstallations: 99d24bac0243cf8b0e96cf5426340d211f0bcc80 FirebaseInstallations: 99d24bac0243cf8b0e96cf5426340d211f0bcc80
FirebaseMessaging: 4487bbff9b9b927ba1dd3ea40d1ceb58e4ee3cb5 FirebaseMessaging: 4487bbff9b9b927ba1dd3ea40d1ceb58e4ee3cb5
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
GoogleUtilities: 1d20a6ad97ef46f67bbdec158ce00563a671ebb7 GoogleUtilities: 1d20a6ad97ef46f67bbdec158ce00563a671ebb7
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431

View File

@ -72,7 +72,8 @@ export function useAppContext() {
} }
const notifications = [ 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: 'channel.addChannel.superbasic', messageTitle: 'New Topic' },
{ event: 'contact.addChannelTopic.superbasictopic', messageTitle: 'New Topic Message' }, { event: 'contact.addChannelTopic.superbasictopic', messageTitle: 'New Topic Message' },
]; ];