ledermann / unread

Handle unread records and mark them as read with Ruby on Rails
MIT License
739 stars 121 forks source link

New users has every notification as read. #133

Open masudhossain opened 10 months ago

masudhossain commented 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.

Is this intended?