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

被お気に入り通知において、お気に入りされたtootの内容がまれに表示されない #63

Open
takayamaki opened this issue Sep 4, 2017 · 3 comments
Labels
bug Something isn't working

Comments

@takayamaki
Copy link
Member

https://imastodon.net/@aqua_cat/3007723

image

  • 被お気に入り通知において、お気に入りされたtootの内容がまれに表示されない
  • お気に入りされたtoot( https://imastodon.net/@aqua_cat/2990044 )は現在も存在する
  • その場での通知では表示されるが、後から開いた場合には表示されない

状況証拠からすると、

  • /api/v1/streaming/notificationsを通じて取得した場合は問題なく表示され、
  • /api/v1/notifications から取得した場合に元tootの取得に失敗する場合がある

ものと思われる

@takayamaki takayamaki added the bug Something isn't working label Sep 4, 2017
@takayamaki
Copy link
Member Author

同様の現象の報告が数か月来ていないので解決されたものと考えて閉じます

@rinsuki
Copy link

rinsuki commented Mar 11, 2018

まだ解決されてないっぽいです
image

@fvh-P fvh-P reopened this Mar 11, 2018
@rinsuki
Copy link

rinsuki commented Feb 14, 2019

この不具合が発生する原理:

  • なんらかの問題により、ふぁぼ解除時にふぁぼ通知が削除されない (タイミングの問題?)
  • ふぁぼ通知のstatusは実態としてはnotificationsテーブルのactivity_idにfavouritesテーブルの該当ふぁぼレコードのIDが入っていて、そのfavouritesテーブルのレコードのstatus_idを参照している
  • この現象が起こる際は、何らかの原因によりfavouritesテーブルのレコードが消えているのにnotificationsテーブルのレコードが消えていない
  • 恐らく、ふぁぼレコードを作ってから通知レコードを作る前にあんふぁぼAPIが叩かれているとこうなる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants