Notification: Set a new Friendship and Accepted Friendship
This commit is contained in:
@@ -66,11 +66,11 @@ export default defineComponent({
|
||||
if (usernotifs.value) {
|
||||
console.log('usernotifs.value', usernotifs.value, to)
|
||||
const ret = await userStore.setUserNotifs(usernotifs.value)
|
||||
if (ret) {
|
||||
/*if (ret) {
|
||||
tools.showPositiveNotif($q, t('db.recupdated'))
|
||||
} else {
|
||||
tools.showNegativeNotif($q, t('db.recfailed'))
|
||||
}
|
||||
}*/
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user