DEV: Remove deprecated User#saw_notification_id method (#27175)

This commit is contained in:
Ted Johansson
2024-05-27 11:10:46 +08:00
committed by GitHub
parent 581dbca97f
commit cb592ae4ac
2 changed files with 0 additions and 13 deletions

View File

@@ -114,7 +114,6 @@ after_initialize do
notification = Notification.where(topic_id: topic.id, post_number: first_post.post_number).first
if notification.present?
Notification.read(self, notification.id)
self.saw_notification_id(notification.id)
self.reload
self.publish_notifications_state
end