forked from FoundKeyGang/FoundKey
[API] デフォルトでリプライを含むように
This commit is contained in:
parent
de7a4382af
commit
28c5ee9007
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module.exports = (params, me) =>
|
|||
// Get 'with_replies' parameter
|
||||
let withReplies = params.with_replies;
|
||||
if (withReplies == null) {
|
||||
withReplies = false;
|
||||
withReplies = true;
|
||||
}
|
||||
|
||||
// Get 'with_media' parameter
|
||||
|
|
Loading…
Reference in a new issue