-
-
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
fix(backend): GTLの「リノートを表示」オプションが機能しないのを修正 #12234
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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #12234 +/- ##
===========================================
- Coverage 78.86% 78.81% -0.06%
===========================================
Files 946 944 -2
Lines 101933 101772 -161
Branches 8239 8232 -7
===========================================
- Hits 80393 80210 -183
- Misses 21540 21562 +22
☔ View full report in Codecov by Sentry. |
このPRによるapi.jsonの差分 差分はこちら |
syuilo
reviewed
Nov 3, 2023
packages/backend/src/server/api/endpoints/notes/global-timeline.ts
Outdated
Show resolved
Hide resolved
syuilo
reviewed
Nov 3, 2023
packages/backend/src/server/api/endpoints/notes/global-timeline.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
ozelotdev
changed the title
fix(backend): GTLの「リノートを表示」オプションが機能しないのを修正 (#12233)
fix(backend): GTLの「リノートを表示」オプションが機能しないのを修正
Nov 4, 2023
🙏🏻 |
kanarikanaru
pushed a commit
to kanarikanaru/misskey
that referenced
this pull request
Nov 9, 2023
* fix(backend): GTLの「リノートを表示」オプションが機能しないのを修正 (misskey-dev#12233) * docs: Update changelog * Apply suggestions from code review Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
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
GTLで過去の投稿を閲覧するとき、「リノートを表示」がオフでも、他人のリノートが表示されるようにします。
(Stream側は実装済みのため、Endpoint側のみの修正です)
Why
Fix #12233
Additional info (optional)
Checklist