Open masudhossain opened 10 months ago
After creating a new user, doing Notification.read_by(current_user).size shows as ALL notifications as being read. Only new ones doesn't get marked as read.
Notification.read_by(current_user).size
Is this intended?
After creating a new user, doing
Notification.read_by(current_user).size
shows as ALL notifications as being read. Only new ones doesn't get marked as read.Is this intended?