Friends Notification
Starting Group Create Notification...
This commit is contained in:
@@ -862,6 +862,8 @@ export const shared_consts = {
|
||||
StatusNotifs: {
|
||||
STATUS_FRIENDS_ACCEPTED: 1,
|
||||
STATUS_FRIENDS_REFUSED: 2,
|
||||
STATUS_GROUPS_ACCEPTED: 3,
|
||||
STATUS_GROUPS_REFUSED: 4,
|
||||
},
|
||||
|
||||
TypeNotifs: {
|
||||
@@ -876,10 +878,13 @@ export const shared_consts = {
|
||||
TYPEDIR_FRIENDS: 3,
|
||||
ID_FRIENDS_NEW_REC: 1,
|
||||
ID_FRIENDS_ACCEPTED: 2,
|
||||
ID_FRIENDS_REFUSED: 3,
|
||||
ID_FRIENDS_ACCEPTED_MY_REQUEST: 4,
|
||||
|
||||
TYPEDIR_GROUPS: 4,
|
||||
ID_GROUP_NEW_REC: 1,
|
||||
ID_GROUP_ACCEPTED: 2,
|
||||
ID_GROUP_REFUSED: 3,
|
||||
|
||||
TYPEDIR_CIRCUITS: 5,
|
||||
|
||||
@@ -934,12 +939,24 @@ export const shared_consts = {
|
||||
},
|
||||
{
|
||||
value: 4, //
|
||||
labeltrans: 'typenotifs.groups',
|
||||
descr: 'typenotifs.friends_descr',
|
||||
icon:'fas fa-user-plus',
|
||||
list: [
|
||||
{
|
||||
value: 1, // ID_GROUP_NEW_REC
|
||||
labeltrans: 'notifsid.groups_new',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
value: 5, //
|
||||
labeltrans: 'typenotifs.circuits',
|
||||
descr: 'typenotifs.circuits_descr',
|
||||
icon:'fas fa-coins',
|
||||
},
|
||||
{
|
||||
value: 5, //
|
||||
value: 6, //
|
||||
labeltrans: 'typenotifs.booking',
|
||||
descr: '',
|
||||
icon:'fas fa-book-open',
|
||||
@@ -989,6 +1006,11 @@ export const shared_consts = {
|
||||
labeltrans: 'notifs.new_friends',
|
||||
directory: 3,
|
||||
},
|
||||
{
|
||||
value: 1, //
|
||||
labeltrans: 'notifsid.groups_new',
|
||||
directory: 4,
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user