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

FTTが無効化されているときユーザーリストタイムラインが更新されない #14136

Closed
1 task
cathiecode opened this issue Jul 5, 2024 · 0 comments · Fixed by #14878
Closed
1 task
Labels
🐛Bug Unexpected behavior packages/backend Server side specific issue/PR

Comments

@cathiecode
Copy link

💡 Summary

FTTが無効化されているとき、ユーザーリストタイムラインがFTT有効化時点のまま止まってしまう

related?: #12126 (この現象の逆)

await this.noteEntityService.packMany(timeline, me);

おそらくここにreturnがたりない

🥰 Expected Behavior

FTTを無効化した後のノートがユーザーリストタイムラインに表示される

🤬 Actual Behavior

FTTを無効化した後のノートがユーザーリストタイムラインに表示されない

📝 Steps to Reproduce

  1. FTTが有効化されたサーバーを用意する
  2. ユーザーを2つ作る
  3. 片方のユーザーをもう片方のユーザーのリストに追加する
  4. リストに追加されたユーザーでノートをする
  5. (リストにノートが追加されている)
  6. FTTを無効化する
  7. リストに追加されたユーザーでノートをする
  8. (リストにノートが追加されていない)

💻 Frontend Environment

* Model and OS of the device(s): Windows 11 x86_64
* Browser: Firefox 127.0.2
* Server URL: localhost
* Misskey: 2024.5.0(master)

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service: development environment(pnpm dev)
* Misskey: 2024.5.0(master)
* Node: v20.14.0
* PostgreSQL: 15.7
* Redis:7.2.5
* OS and Architecture: Ubuntu 22.04.4 LTS

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@cathiecode cathiecode added the ⚠️bug? This might be a bug label Jul 5, 2024
@kakkokari-gtyih kakkokari-gtyih added 🐛Bug Unexpected behavior packages/backend Server side specific issue/PR and removed ⚠️bug? This might be a bug labels Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛Bug Unexpected behavior packages/backend Server side specific issue/PR
Projects
None yet
2 participants