discourse/plugins/discourse-calendar/spec/models/discourse_post_event
Régis Hanol b99e47cfae
FIX: phantom notification when being added to an event in a message... (#35459)
... you don't have access to.

Before creating the notification for an event, we weren't checking
whether the invitee had access to the topic, thus generating phantom
notification (aka. a number in the hamburger menu, but no notification
item in any lists).

Also made sure that creating a private event without any invitees, does
not generate invites for ... everyone 😅
2025-10-17 09:04:21 +02:00
..
event_date_spec.rb FIX: event scheduler could create dupe record (#34127) 2025-08-07 16:14:32 +10:00
event_spec.rb FIX: phantom notification when being added to an event in a message... (#35459) 2025-10-17 09:04:21 +02:00
user_spec.rb