FreeFeed / freefeed-server

FreeFeed server
https://freefeed.net
MIT License
41 stars 18 forks source link

Fix a bug in comment visibility detection #666

Closed davidmz closed 6 months ago

davidmz commented 6 months ago

This bug leads to incorrect behavior in the following case:

  1. User A turns off bans in some group G
  2. User A bans user B
  3. User A subscribes to the post P in group G
  4. User B adds a new comment to the post P

In this case user A won't get a new comment notification, even though she can see the B's comment.