Notification New Group

This commit is contained in:
paoloar77
2022-07-28 23:27:28 +02:00
parent a509eefd7e
commit 1144177168
6 changed files with 50 additions and 33 deletions

View File

@@ -866,6 +866,12 @@ export const shared_consts = {
STATUS_GROUPS_REFUSED: 4,
},
GroupsNotifs: {
STATUS_GROUPS_NEW: 1,
STATUS_GROUPS_ACCEPTED: 2,
STATUS_GROUPS_REFUSED: 4,
},
TypeNotifs: {
TYPEDIR_BACHECA: 1,
ID_BACHECA_NEW_GOOD: 1,
@@ -1007,7 +1013,7 @@ export const shared_consts = {
directory: 3,
},
{
value: 1, //
value: 1, // STATUS_GROUPS_NEW
labeltrans: 'notifsid.groups_new',
directory: 4,
},