[API] デフォルトでリプライを含むように
This commit is contained in:
parent
de7a4382af
commit
28c5ee9007
@ -37,7 +37,7 @@ module.exports = (params, me) =>
|
|||||||
// Get 'with_replies' parameter
|
// Get 'with_replies' parameter
|
||||||
let withReplies = params.with_replies;
|
let withReplies = params.with_replies;
|
||||||
if (withReplies == null) {
|
if (withReplies == null) {
|
||||||
withReplies = false;
|
withReplies = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get 'with_media' parameter
|
// Get 'with_media' parameter
|
||||||
|
Loading…
Reference in New Issue
Block a user