Notification New Group
This commit is contained in:
@@ -1034,9 +1034,10 @@ export const useUserStore = defineStore('UserStore', {
|
||||
|
||||
},
|
||||
|
||||
async loadGroup(groupname: string) {
|
||||
async loadGroup(groupname: string, idnotif: string) {
|
||||
const data = {
|
||||
groupname
|
||||
groupname,
|
||||
idnotif,
|
||||
}
|
||||
|
||||
return Api.SendReq('/mygroup/load', 'POST', data)
|
||||
|
||||
Reference in New Issue
Block a user