fixing registered notification names

This commit is contained in:
balzack 2022-11-14 22:20:31 -08:00
parent 98b6888755
commit 2b6b18337a

View File

@ -74,8 +74,8 @@ export function useAppContext() {
const notifications = [ const notifications = [
{ event: 'contact.addCard', messageTitle: 'New Contact Request' }, { event: 'contact.addCard', messageTitle: 'New Contact Request' },
{ event: 'contact.updateCard', messageTitle: 'Contact Update' }, { event: 'contact.updateCard', messageTitle: 'Contact Update' },
{ event: 'channel.addChannel.superbasic', messageTitle: 'New Topic' }, { event: 'content.addChannel.superbasic', messageTitle: 'New Topic' },
{ event: 'contact.addChannelTopic.superbasictopic', messageTitle: 'New Topic Message' }, { event: 'content.addChannelTopic.superbasic', messageTitle: 'New Topic Message' },
]; ];
const actions = { const actions = {