follow request bugfixes, wrong text, notifs not being marked as read, approving from follow request view

This commit is contained in:
Shpuld Shpuldson 2020-05-02 10:19:47 +03:00
parent c67e9daf06
commit 406fdd8ede
4 changed files with 42 additions and 3 deletions

View file

@ -41,6 +41,7 @@ const Notification = {
id: this.notification.id,
updater: notification => {
notification.type = 'follow'
notification.seen = true
}
})
},