fixing push notification id for sealed topics

This commit is contained in:
balzack 2022-12-21 21:47:55 -08:00
parent ec041dfef3
commit 8e8539c210

View File

@ -80,7 +80,7 @@ export function useAppContext() {
{ event: 'content.addChannel.superbasic', messageTitle: 'New Topic' },
{ event: 'content.addChannel.sealed', messageTitle: 'New Topic' },
{ event: 'content.addChannelTopic.superbasic', messageTitle: 'New Topic Message' },
{ event: 'content.addChannelTopic.sealedtopic', messageTitle: 'New Topic Message' },
{ event: 'content.addChannelTopic.sealed', messageTitle: 'New Topic Message' },
];
const actions = {