-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Misskey® Reactions Buffering Technology™ #14579
Conversation
このPRによるapi.jsonの差分 差分はこちら--- base
+++ head
@@ -416,6 +416,9 @@
"perUserListTimelineCacheMax": {
"type": "number"
},
+ "enableReactionsBuffering": {
+ "type": "boolean"
+ },
"notesPerOneAd": {
"type": "number"
},
@@ -636,6 +639,7 @@
"perRemoteUserUserTimelineCacheMax",
"perUserHomeTimelineCacheMax",
"perUserListTimelineCacheMax",
+ "enableReactionsBuffering",
"notesPerOneAd",
"backgroundImageUrl",
"deeplAuthKey",
@@ -13860,6 +13864,9 @@
"perUserListTimelineCacheMax": {
"type": "integer"
},
+ "enableReactionsBuffering": {
+ "type": "boolean"
+ },
"notesPerOneAd": {
"type": "integer"
}, |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14579 +/- ##
===========================================
- Coverage 41.43% 41.39% -0.05%
===========================================
Files 1543 1545 +2
Lines 197423 197761 +338
Branches 3603 3561 -42
===========================================
+ Hits 81809 81867 +58
- Misses 115020 115330 +310
+ Partials 594 564 -30 ☔ View full report in Codecov by Sentry. |
マージするか |
動作は見れてないけどコードを目で追った感じはYOSASOU |
🙏🏿 |
(RBTがオフの状態でも)リアクション分裂現象が起こっている |
TASUKETE |
(自分がポストしたとき?)ホスト名がnullではなく.になっていて、一致しなくて分裂しているらしい? |
What
Resolve #11093
Why
See #11093
Additional info (optional)
Checklist