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

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