- Refused User
- Report User - Unblock User - refresh tables when an action (setFriends and setGroups) occurred. - fix duplicate call of loadsite
This commit is contained in:
@@ -95,6 +95,7 @@ export interface IUserProfile {
|
||||
// in memory
|
||||
asked_friends: any[]
|
||||
asked_groups: any[]
|
||||
refused_groups: any[]
|
||||
list_usersgroup?: IFriends[]
|
||||
}
|
||||
|
||||
@@ -179,4 +180,5 @@ export interface IUserState {
|
||||
usersList?: IUserFields[]
|
||||
countusers?: number
|
||||
lastparamquery?: any
|
||||
updateTables?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user