Update Activity.vue component

pull/1538/head
Daniel Supernault 6 years ago
parent 47a70d710a
commit d5b3aac1e7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -146,6 +146,9 @@ export default {
if(n.type == 'share' && !status) {
return false;
}
if(_.find(this.notifications, {id: n.id})) {
return false;
}
return true;
});
this.notifications.push(...data);

Loading…
Cancel
Save