Do not use _replyIds (#3392)
This commit is contained in:
@@ -622,9 +622,6 @@ function saveQuote(renote: INote, note: INote) {
|
||||
|
||||
function saveReply(reply: INote, note: INote) {
|
||||
Note.update({ _id: reply._id }, {
|
||||
$push: {
|
||||
_replyIds: note._id
|
||||
},
|
||||
$inc: {
|
||||
repliesCount: 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user