-
-
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
enhance(backend): 連合する必要のないプロフィール項目しか更新されなかった場合にはUpdateアクティビティを発行しないように #14301
base: develop
Are you sure you want to change the base?
enhance(backend): 連合する必要のないプロフィール項目しか更新されなかった場合にはUpdateアクティビティを発行しないように #14301
Conversation
このPRによるapi.jsonの差分 |
多分動くとは思うので要りそうならどうぞ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14301 +/- ##
===========================================
- Coverage 39.47% 39.38% -0.10%
===========================================
Files 1559 1560 +1
Lines 196958 197036 +78
Branches 3561 3563 +2
===========================================
- Hits 77750 77598 -152
- Misses 118602 118830 +228
- Partials 606 608 +2 ☔ View full report in Codecov by Sentry. |
フロントエンド側で更新されていない値もpayloadに含むような仕様になってるのならこれは意味をなさない可能性がある(フロントエンドで変わってない値のプロパティを弾くか、バックエンドで今の値と入ってきた値の比較をする処理が必要かもしれない) |
なってた気がする |
うーん |
backendにdeepEqualが必要 |
node標準が使えた |
tabun ready |
What
書いてあるとおり
Why
#13820 対策(意味があるかどうかは不明)
Additional info (optional)
連合に必要なkeyを「連合に必要なkeyリスト」に登録していないままその値を連合に使用しようとすると型エラーが起こるようにしてある(はず)
Checklist