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

[2023.10.0-beta.7] 投稿範囲がダイレクトのノートがタイムライン上に表示されない #11991

Closed
slofp opened this issue Oct 8, 2023 · 0 comments · Fixed by #11993
Labels
⚠️bug? This might be a bug

Comments

@slofp
Copy link
Contributor

slofp commented Oct 8, 2023

💡 Summary

2023.10.0-beta.X以降ダイレクトで投稿した時にHTL(STL)やユーザーTL、リストTLに今まで通り表示されない。

WebSocketではダイレクトの投稿は送信されているもののredisForTimelineにpushされていないので更新をかけると見れなくなる。

04c8a70 からユーザーTLでは過去に遡ってクエリを叩く状況になれば表示されている。

🥰 Expected Behavior

HTL、STL、ユーザー、リストタイムライン読み込み時にダイレクトの投稿が取得できる。

🤬 Actual Behavior

HTL、STLではWebSocketで取得できているがHTL、STL、ユーザーTL、リストTLを読み込んだ時にダイレクトの投稿が取得できない。

📝 Steps to Reproduce

  1. HTL、STL、リストTLのいずれかにしておく
  2. ダイレクト投稿をする(特に公開指定はしてもしなくても良い)
  3. WebSocketからダイレクト投稿が来ていることを確認する
  4. タイムラインを再度読み込む

📌 Environment

🛰 Backend (for server admin)

  • Installation Method or Hosting Service: docker compose
  • Misskey: 2023.10.0-beta.7-dream1.7.5
  • Node: 20.5.1
  • PostgreSQL: 15.3
  • Redis: 7.0.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
1 participant