ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

users's profile - notifications page is empty even though I get red envelope icon #846

Open damascene opened 4 years ago

damascene commented 4 years ago

On the 0.11.x version after I get a notification, I click on the red envelope icon but the page doesn't display any notification.

I've tested on Desktop and mobile version too.

Peek 2019-09-29 09-31

martin-bts commented 4 years ago

Steps to reproduce:

  1. create a question or answer with some user, e.g. user A
  2. add a comment as another user, e.g. user B

Result: User A will get the red envelope when refreshing the page. Clicking on the envelope will lead them to their empty notifications inbox.

The red envelope will continue to appear in the top bar until user A views the thread with the new comment.

The database shows "1" new_response_count and "0" seen_response_count, after user B created the comment. When user A opens the corresponsing thread, new_response_count and seen_response_count become "0" and "1", respectively, and the red envelope vanishes.

Analysis:

martin-bts commented 3 years ago

Addressed and merged. As far as I can tell, this issue has been fixed and may be closed.