Skip to content
Snippets Groups Projects
  1. May 01, 2023
  2. Apr 28, 2023
  3. Apr 27, 2023
  4. Apr 26, 2023
    • ronaldtebrake's avatar
      Ensure we check for the mute notification flag when checking if a group is muted for a user. · 9c3e7f0e
      ronaldtebrake authored
      We got an LogicException: An anonymous user must be identified by session ID
      because we forgot to provide a session id if the user is anonymous, something the FlagService expects.
      While doing so, we've uncovered the fact that we were basically checking if a user has flagged a group, regardless of which flag is used.
      This could result in unwanted side effects, because a Group could potentially be flagged by other flags too that are unrelated to the muting of a group.
      So we decided to specifically check on the mute_group_notifications flag for the given user and group.
      9c3e7f0e
  5. Apr 25, 2023
  6. Apr 18, 2023
  7. Apr 14, 2023
  8. Apr 13, 2023
  9. Apr 11, 2023
  10. Apr 09, 2023
  11. Apr 08, 2023
  12. Apr 07, 2023
  13. Apr 05, 2023
  14. Apr 04, 2023
  15. Apr 03, 2023
  16. Mar 31, 2023
Loading