Merge branch 'fix-issue-12116' of https://github.com/GrapeApple0/misskey into pr/12125
This commit is contained in:
commit
4a47482d36
|
@ -465,8 +465,7 @@ function loadQuotes() {
|
||||||
noteId: appearNote.id,
|
noteId: appearNote.id,
|
||||||
limit: 30,
|
limit: 30,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
res.filter(item => item.renoteId != null)
|
quotes.value = res.filter(item => item.renoteId != null);
|
||||||
quotes.value = res;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue