- Accepted and Refused Group Entering

- Report a User
This commit is contained in:
paoloar77
2022-08-04 17:30:01 +02:00
parent 1144177168
commit 66ee007e92
22 changed files with 378 additions and 341 deletions

View File

@@ -63,6 +63,7 @@ export const NotifDefault: INotif = {
read: false,
deleted: false,
status: StatusMessage.None,
extrafield: '',
}
export interface IMessage {
@@ -96,6 +97,7 @@ export interface INotif {
tablerec?: string
idrec?: string
deleted?: boolean
extrafield?: string
}
export interface IChat {

View File

@@ -116,6 +116,9 @@ export interface IUserFields {
perm?: number
verified_email?: boolean
verified_by_aportador?: boolean
reported?: boolean
username_who_report?: string
date_report?: Date
notask_verif?: boolean
trust_modified?: Date
aportador_solidario?: string