-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: includeSensitiveChannel not working for funout timeline #108
fix: includeSensitiveChannel not working for funout timeline #108
Conversation
このPRによるapi.jsonの差分 差分はこちら--- base
+++ head
@@ -56817,8 +56817,7 @@
"default": false
},
"includeSensitiveChannel": {
- "type": "boolean",
- "default": false
+ "type": "boolean"
}
},
"required": [ |
テストも変えないとじゃーん |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testさえ修正すれば、後は問題なさそう…?
というかtest通すために |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これ以外は一見大丈夫そうです
Co-authored-by: Sayamame-beans <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多分ヨシ!
What
Fixes #103
Why
Additional info (optional)
Checklist