Notification: Set a new Friendship and Accepted Friendship

This commit is contained in:
Paolo Arena
2022-07-26 15:46:29 +02:00
parent e2006e683b
commit 43619ec719
15 changed files with 78 additions and 39 deletions

View File

@@ -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
}

View File

@@ -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