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