Skip to content
Snippets Groups Projects
Commit 28c5ee90 authored by syuilo's avatar syuilo
Browse files

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

parent de7a4382
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment