mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
RENAME: reply_to -> reply
This commit is contained in:
@ -40,7 +40,7 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
|
||||
|
||||
// Issue query
|
||||
const replies = await Post
|
||||
.find({ reply_to_id: post._id }, {
|
||||
.find({ reply_id: post._id }, {
|
||||
limit: limit,
|
||||
skip: offset,
|
||||
sort: {
|
||||
|
Reference in New Issue
Block a user