Notification: Set a new Friendship and Accepted Friendship
This commit is contained in:
@@ -32,6 +32,7 @@ export default defineComponent({
|
||||
const myuser = ref(<IUserFields>{_id: '', username: '', name: '', surname: '', profile: DefaultProfile})
|
||||
const risultato = ref('')
|
||||
const mynotif = ref('')
|
||||
const title = ref('')
|
||||
const notifdirtype = ref(1)
|
||||
const notifidtype = ref(1)
|
||||
|
||||
@@ -109,6 +110,7 @@ export default defineComponent({
|
||||
sender: userStore.my.username,
|
||||
dest: myuser.value.username,
|
||||
descr: mynotif.value,
|
||||
title: title.value,
|
||||
}
|
||||
await notifStore.SendNotifEvent(notif)
|
||||
|
||||
@@ -133,6 +135,7 @@ export default defineComponent({
|
||||
sendNotifToUser,
|
||||
risultato,
|
||||
mynotif,
|
||||
title,
|
||||
notifdirtype,
|
||||
notifidtype,
|
||||
listnotif,
|
||||
|
||||
Reference in New Issue
Block a user