misskey icon indicating copy to clipboard operation
misskey copied to clipboard

fix(federation): AnnounceのobjectがNoteでなかったらキューにためない

Open tamaina opened this issue 1 year ago • 2 comments

Fix https://github.com/misskey-dev/misskey/issues/13552

What

  • ApNoteService.validateNoteのエラーにIdentifiableErrorを設定し、InboxProcessorServiceで受け取ったらキューにためないようにする
  • Inboxプロセスで返されてくるreason stringをちゃんとハンドリングする

Why

Additional info (optional)

Checklist

  • [ ] Read the contribution guide
  • [ ] Test working in a local environment
  • [ ] (If needed) Add story of storybook
  • [ ] (If needed) Update CHANGELOG.md
  • [ ] (If possible) Add tests

tamaina avatar Mar 09 '24 08:03 tamaina

Codecov Report

Attention: Patch coverage is 2.63158% with 74 lines in your changes are missing coverage. Please review.

Project coverage is 65.07%. Comparing base (f8261a1) to head (9586c3d). Report is 593 commits behind head on develop.

Files Patch % Lines
...ges/backend/src/core/activitypub/ApInboxService.ts 1.66% 59 Missing :warning:
...kend/src/queue/processors/InboxProcessorService.ts 0.00% 11 Missing :warning:
...ckend/src/core/activitypub/models/ApNoteService.ts 0.00% 4 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #13553       +/-   ##
============================================
- Coverage    79.95%   65.07%   -14.89%     
============================================
  Files          956      989       +33     
  Lines       108864   112500     +3636     
  Branches      8413     5805     -2608     
============================================
- Hits         87045    73208    -13837     
- Misses       21819    39261    +17442     
- Partials         0       31       +31     

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

codecov[bot] avatar Mar 09 '24 08:03 codecov[bot]

このPRによるapi.jsonの差分

差分はこちら

Get diff files from Workflow Page

github-actions[bot] avatar Mar 09 '24 08:03 github-actions[bot]

@syuilo これはマージしたい

tamaina avatar May 28 '24 05:05 tamaina

ん?そうかこれは #13610 に含まれてた

tamaina avatar May 28 '24 05:05 tamaina