This commit is contained in:
@@ -10,6 +10,9 @@ export default function(qs: string) {
|
||||
case 'user':
|
||||
q['username'] = value;
|
||||
break;
|
||||
case 'follow':
|
||||
q['following'] = value == 'null' ? null : value == 'true';
|
||||
break;
|
||||
case 'reply':
|
||||
q['include_replies'] = value == 'true';
|
||||
break;
|
||||
|
||||
@@ -21,6 +21,9 @@ section
|
||||
tr
|
||||
td user
|
||||
td ユーザー名。投稿者を限定します。
|
||||
tr
|
||||
td follow
|
||||
td フォローしているユーザーのみに限定。(trueかfalse)
|
||||
tr
|
||||
td reply
|
||||
td 返信を含めるか否か。(trueかfalse)
|
||||
|
||||
Reference in New Issue
Block a user