-
Notifications
You must be signed in to change notification settings - Fork 6
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
ローカルのみオプションを削除 #235
ローカルのみオプションを削除 #235
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #235 +/- ##
===========================================
+ Coverage 63.10% 64.44% +1.33%
===========================================
Files 1067 1070 +3
Lines 127209 132072 +4863
Branches 4621 4679 +58
===========================================
+ Hits 80277 85113 +4836
- Misses 46899 46926 +27
Partials 33 33 ☔ View full report in Codecov by Sentry. |
이 PR에 의한 api.json 차이 차이점은 여기에서 볼 수 있음--- base
+++ head
@@ -56574,10 +56574,6 @@
"minLength": 1,
"maxLength": 100
},
- "localOnly": {
- "type": "boolean",
- "default": false
- },
"reactionAcceptance": {
"type": [
"string", |
Quality Gate passedIssues Measures |
なんかチャンネルのヤツも巻き込んでるっぽいから外のフォークに取り込むなら注意 |
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.
良さそう
DBに書き込む値をlocalOnly:falseに固定。フロントエンドも削除
Checklist