Skip to content
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: notes/timelineにフォローしているチャンネルのノートを含める #12179

Merged

Conversation

samunohito
Copy link
Member

What

#11765 の対応です。
このプルリクを取り込むことにより、フォローしているチャンネルのノートがnotes/timelineの中に含まれるようになります
(HTLをリロード・遡行したとき、フォローしているチャンネルのノートが含まれた状態でHTLに降って来る)

Why

リロードやタイムラインの遡行時に、フォローしているチャンネルのノートが見えないのはユーザの体験上よくないため

Additional info (optional)

以下のパターンのユーザを作成してHTLを表示し、TLの表示内容および生成・実行されたSQLの内容を確認

  • 別ユーザとチャンネルをフォローしているユーザ
  • 別ユーザのみをフォローしているユーザ
  • チャンネルのみをフォローしているユーザ
  • 別ユーザもチャンネルもフォローしていないユーザ

Checklist

  • Read the contribution guide
  • Test working in a local environment ※oauth.tsがタイムアウトで落ちているが、今回触っていない箇所のためOKと判断
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added the packages/backend Server side specific issue/PR label Oct 29, 2023
@codecov
Copy link

codecov bot commented Oct 29, 2023

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (2a61a0c) 79.16% compared to head (f2a5a24) 79.23%.
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #12179      +/-   ##
===========================================
+ Coverage    79.16%   79.23%   +0.07%     
===========================================
  Files          940      940              
  Lines       100833   100862      +29     
  Branches      8217     8248      +31     
===========================================
+ Hits         79829    79923      +94     
+ Misses       21004    20939      -65     
Files Coverage Δ
...backend/src/server/api/endpoints/notes/timeline.ts 80.88% <60.00%> (-3.90%) ⬇️

... and 17 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

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

差分はこちら

Get diff files from Workflow Page

@syuilo syuilo merged commit a161a9c into misskey-dev:develop Oct 29, 2023
17 of 18 checks passed
@syuilo
Copy link
Member

syuilo commented Oct 29, 2023

🙏🙏🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants