-
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
api/i/notifications-grouped
で新着ノートをデフォルトでまとめないように
#662
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #662 +/- ##
===========================================
+ Coverage 41.04% 42.90% +1.85%
===========================================
Files 1776 1780 +4
Lines 194125 200498 +6373
Branches 4365 4402 +37
===========================================
+ Hits 79681 86022 +6341
- Misses 113911 113943 +32
Partials 533 533 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
이 PR에 의한 api.json 차이 차이점은 여기에서 볼 수 있음--- base
+++ head
@@ -52998,6 +52998,11 @@
"type": "boolean",
"default": true
},
+ "groupNote": {
+ "type": "boolean",
+ "default": false,
+ "description": "新着ノート通知をまとめるか"
+ },
"includeTypes": {
"type": "array",
"items": { |
CHANGELOG_YOJO.md
Outdated
@@ -7,6 +7,7 @@ Misskey 2025.2.0 | |||
### General | |||
- ロックダウン機能を削除 [#650](https://github.com/yojo-art/cherrypick/pull/650) | |||
- リモートユーザーの設定は反映します | |||
- `api/i/notifications-grouped`で新着ノートをデフォルトでまとめないように |
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.
PR番号欠けてる
What
Close #625
Why
サードパーティクライアント互換性
Additional info (optional)
Checklist