Notification: Set a new Friendship and Accepted Friendship
This commit is contained in:
@@ -1062,10 +1062,11 @@ export const useUserStore = defineStore('UserStore', {
|
||||
|
||||
},
|
||||
|
||||
async loadGeneric(table: string, id: number) {
|
||||
async loadGeneric(table: string, id: number, idnotif: string) {
|
||||
const data = {
|
||||
table,
|
||||
id
|
||||
id,
|
||||
idnotif
|
||||
}
|
||||
|
||||
return Api.SendReq('/mygen/page', 'POST', data)
|
||||
|
||||
Reference in New Issue
Block a user