-
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
Fix: outboxFetch(キャッシュが正しく使われない、型定義) #560
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
penginn-net
changed the title
Fix: utboxFetch(キャッシュが正しく使われない、型定義)
Fix: outboxFetch(キャッシュが正しく使われない、型定義)
Nov 30, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #560 +/- ##
============================================
+ Coverage 19.88% 38.47% +18.59%
============================================
Files 797 1692 +895
Lines 122905 229503 +106598
Branches 1041 3864 +2823
============================================
+ Hits 24439 88311 +63872
- Misses 97861 140527 +42666
- Partials 605 665 +60 ☔ View full report in Codecov by Sentry. |
이 PR에 의한 api.json 차이 차이점은 여기에서 볼 수 있음--- base
+++ head
@@ -21595,6 +21595,24 @@
}
}
},
+ "OUTBOX_PART_IS_INVALID": {
+ "value": {
+ "error": {
+ "message": "outbox part is invalid",
+ "code": "OUTBOX_PART_IS_INVALID",
+ "id": "c3e584df-068a-4b1d-967e-54f2f30f7cba"
+ }
+ }
+ },
+ "OUTBOX_ITEM_IS_UNAVAILABLE": {
+ "value": {
+ "error": {
+ "message": "outbox item is unavailable",
+ "code": "OUTBOX_ITEM_IS_UNAVAILABLE",
+ "id": "a07b05af-5f66-4203-918c-ebff9e9384bf"
+ }
+ }
+ },
"INVALID_PARAM": {
"value": {
"error": { |
kozakura913
approved these changes
Dec 3, 2024
だいぶ綺麗になったね |
kozakura913
requested changes
Dec 7, 2024
packages/backend/src/core/activitypub/models/ApOutboxFetchService.ts
Outdated
Show resolved
Hide resolved
packages/backend/src/core/activitypub/models/ApOutboxFetchService.ts
Outdated
Show resolved
Hide resolved
packages/backend/src/core/activitypub/models/ApOutboxFetchService.ts
Outdated
Show resolved
Hide resolved
kozakura913
requested changes
Dec 8, 2024
kozakura913
approved these changes
Dec 13, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Why
Additional info (optional)
Checklist