From 28c5ee9007771bfe9541615ee0172396e02af842 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 24 Feb 2017 18:00:19 +0900 Subject: [PATCH] =?UTF-8?q?[API]=20=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB?= =?UTF-8?q?=E3=83=88=E3=81=A7=E3=83=AA=E3=83=97=E3=83=A9=E3=82=A4=E3=82=92?= =?UTF-8?q?=E5=90=AB=E3=82=80=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/endpoints/users/posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/endpoints/users/posts.js b/src/api/endpoints/users/posts.js index 140c18839..30d3a556a 100644 --- a/src/api/endpoints/users/posts.js +++ b/src/api/endpoints/users/posts.js @@ -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