Notification: Set a new Friendship and Accepted Friendship
This commit is contained in:
@@ -169,6 +169,7 @@ export interface ISites {
|
||||
telegram_bot_name?: string
|
||||
telegram_key_test?: string
|
||||
telegram_bot_name_test?: string
|
||||
telegram_support_chat?: string
|
||||
pathreg_add?: string
|
||||
confsite: IOption
|
||||
}
|
||||
|
||||
@@ -57,6 +57,7 @@ export const NotifDefault: INotif = {
|
||||
typeid: 0,
|
||||
sender: '',
|
||||
dest: '',
|
||||
title: '',
|
||||
descr: '',
|
||||
datenotif: new Date(),
|
||||
read: false,
|
||||
@@ -84,7 +85,9 @@ export interface INotif {
|
||||
typedir: number
|
||||
typeid: number
|
||||
sender: string,
|
||||
myimgsender?: string,
|
||||
dest: string,
|
||||
title: string
|
||||
descr: string
|
||||
datenotif?: Date
|
||||
status?: StatusMessage
|
||||
|
||||
Reference in New Issue
Block a user