se sei sulla pagina, la notifica di "gia letto" non viene settata.

- aggiunto "RIS" ai tipi di contributi
- Amicizia accettata compare 2 volte nelle notifiche
- Bottone click sull utente non funziona
This commit is contained in:
Paolo Arena
2022-09-18 19:45:26 +02:00
parent da17c2b060
commit 193afa770b
23 changed files with 119 additions and 56 deletions

View File

@@ -5297,6 +5297,7 @@ export const tools = {
async sendCoinsByCircuit($q: any, circuit: ICircuit, sendcoinrec: ISendCoin) {
const userStore = useUserStore()
const notifStore = useNotifStore()
const username = userStore.my.username
@@ -5326,6 +5327,7 @@ export const tools = {
} else {
tools.showNegativeNotif($q, res.errormsg)
}
notifStore.updateNotification = true
this.updateMyData(res)
})
})