mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fixing push notification id for sealed topics
This commit is contained in:
parent
ec041dfef3
commit
8e8539c210
@ -80,7 +80,7 @@ export function useAppContext() {
|
|||||||
{ event: 'content.addChannel.superbasic', messageTitle: 'New Topic' },
|
{ event: 'content.addChannel.superbasic', messageTitle: 'New Topic' },
|
||||||
{ event: 'content.addChannel.sealed', messageTitle: 'New Topic' },
|
{ event: 'content.addChannel.sealed', messageTitle: 'New Topic' },
|
||||||
{ event: 'content.addChannelTopic.superbasic', messageTitle: 'New Topic Message' },
|
{ 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 = {
|
const actions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user