FILTRO CITTA Sopra ogni pagina !
This commit is contained in:
@@ -73,7 +73,14 @@ export default defineComponent({
|
||||
}
|
||||
})
|
||||
|
||||
const { getNumNotifUnread, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
|
||||
const { getNumNotifUnread, Username, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
|
||||
|
||||
watch(() => open.value, (newval: any, oldval: any) => {
|
||||
if (getNumNotifUnread()) {
|
||||
if (open.value)
|
||||
notifStore.setAllRead(Username(), shared_consts.QualiNotifs.OTHERS)
|
||||
}
|
||||
})
|
||||
|
||||
// function lasts_notifs (state: IUserState) => IMessage[] {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user