Files
snek/src
retoor 1acf8e03a5 feat: move new_count increment from channel_message to channel_member in notification creation
The new_count field update logic is relocated from the ChatService (where it was applied to the channel_message document) into the NotificationService, where it now increments the new_count on the channel_member document instead. This ensures unread message counts are tracked per-member rather than per-channel, fixing the notification acceptance flow.
2025-03-05 17:09:54 +00:00
..