only register unseen notifications for other actioning sites

This commit is contained in:
Kyle Drake 2014-10-29 17:34:05 -07:00
parent da4ec035de
commit 9b54cf6fff

View file

@ -246,7 +246,7 @@ class Site < Sequel::Model
end
def unseen_notifications_dataset
events_dataset.where notification_seen: false
events_dataset.where(notification_seen: false).exclude(actioning_site_id: self.id)
end
def unseen_notifications_count