misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.95k stars 1.35k forks source link

feat(backend): 通報および通報解決時に送出されるSystemWebhookにユーザ情報を含めるようにする #14698

Closed samunohito closed 1 week ago

samunohito commented 1 week ago

What

掲題の通りです。

Why

fix https://github.com/misskey-dev/misskey/issues/14697

Additional info (optional)

実際にWebhookを送信して動作確認

Checklist

github-actions[bot] commented 1 week ago

このPRによるapi.jsonの差分 差分はありません。 Get diff files from Workflow Page

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 47.50000% with 21 lines in your changes missing coverage. Please review.

Project coverage is 39.67%. Comparing base (b36d13d) to head (7ac1358). Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
...backend/src/core/AbuseReportNotificationService.ts 8.69% 21 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14698 +/- ## ============================================ + Coverage 19.60% 39.67% +20.06% ============================================ Files 719 1548 +829 Lines 102078 194523 +92445 Branches 988 3599 +2611 ============================================ + Hits 20017 77171 +57154 - Misses 81514 116753 +35239 - Partials 547 599 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

syuilo commented 1 week ago

テストが成功しないわね

samunohito commented 1 week ago

なおりました

syuilo commented 1 week ago

👍🏿