mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 20:43:08 +02:00
[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