[API] デフォルトでリプライを含むように

This commit is contained in:
syuilo 2017-02-24 18:00:19 +09:00
parent de7a4382af
commit 28c5ee9007

View file

@ -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