InfiniteScroll 3

fix user list
send telegram text
invited show in profile
This commit is contained in:
paoloar77
2022-08-18 05:26:21 +02:00
parent 8a41aff739
commit ed6abf2b07
23 changed files with 131 additions and 61 deletions

View File

@@ -107,6 +107,11 @@ export interface IPaymentType {
label: string
}
export interface IUserAport {
username: string
profile?: IUserProfile
}
export interface IUserFields {
_id: string
@@ -126,6 +131,7 @@ export interface IUserFields {
notask_verif?: boolean
trust_modified?: Date
aportador_solidario?: string
useraport?: IUserAport
made_gift?: boolean
tokens?: IToken[]