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

チャンネルTLをRedisにキャッシュしていない時代の投稿がチャンネルTLに表示されない #10473

Closed
futchitwo opened this issue Apr 4, 2023 · 4 comments · Fixed by #10539
Labels
⚠️bug? This might be a bug

Comments

@futchitwo
Copy link
Contributor

Old notes from the period when the channel timeline was not cached in Redis do not appear in the channel timeline

💡 Summary

b53d6c7 で、チャンネルのタイムラインをRedisから読み込むようになったが、それ以前に作成したチャンネルの投稿がチャンネルタイムラインに表示されない

🥰 Expected Behavior

以前の投稿も表示される

🤬 Actual Behavior

以前の投稿が表示されない

📝 Steps to Reproduce

  1. b53d6c7 より古いバージョン(~13.10.3)でチャンネルに投稿
  2. b53d6c7 より新しいバージョンに移行
  3. チャンネルTLを表示

📌 Environment

Misskey version: 13.9.2 -> develop
Your OS: windows
Your browser: chrome

@futchitwo futchitwo added the ⚠️bug? This might be a bug label Apr 4, 2023
@syuilo
Copy link
Member

syuilo commented Apr 5, 2023

通常のタイムラインに関しても、一定期間内の投稿しか表示されないようになってるしそう考えると仕様と言っても良い挙動ではある

@syuilo
Copy link
Member

syuilo commented Apr 5, 2023

パフォーマンスを犠牲にすることなく過去までさかのぼれる仕組みが求められる

@futchitwo
Copy link
Contributor Author

通常のタイムラインに関しても、一定期間内の投稿しか表示されないようになってるしそう考えると仕様と言っても良い挙動ではある

データベースから消え去ったわけではないのでRedisにない投稿は必要に応じてDBから引っ張ってきてもいい気がする

@syuilo syuilo closed this as completed in fa67fb4 Apr 8, 2023
@futchitwo
Copy link
Contributor Author

fa67fb4 のやり方だとRedisに1件でも投稿があれば遡れなくなりそうな気がするんだけどどうなんだろう

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
2 participants