mirror of https://github.com/pixelfed/pixelfed.git
Update Activity.vue component
This commit is contained in:
parent
47a70d710a
commit
d5b3aac1e7
|
@ -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…
Reference in New Issue