Observe notification read
This commit is contained in:
@ -75,6 +75,8 @@ export default Vue.extend({
|
||||
this.$root.stream.send('readNotification', {
|
||||
id: notification.id
|
||||
});
|
||||
|
||||
notification.isRead = true;
|
||||
}
|
||||
|
||||
this.prepend(notification);
|
||||
|
Reference in New Issue
Block a user