mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-08 09:43:51 +09:00
Clean up
This commit is contained in:
@ -568,8 +568,7 @@ function saveQuote(renote: INote, note: INote) {
|
|||||||
Note.update({ _id: renote._id }, {
|
Note.update({ _id: renote._id }, {
|
||||||
$push: {
|
$push: {
|
||||||
_quoteIds: note._id
|
_quoteIds: note._id
|
||||||
},
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user