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,
|
||||
limit: 30,
|
||||
}).then(res => {
|
||||
res.filter(item => item.renoteId != null)
|
||||
quotes.value = res;
|
||||
quotes.value = res.filter(item => item.renoteId != null);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue