mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
correct previous commit
This commit is contained in:
parent
9f4efed03a
commit
bfcb0a52bb
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ class Notification < ActiveRecord::Base
|
|||
.update_all("read = 't'")
|
||||
|
||||
user.publish_notifications_state if count > 0
|
||||
|
||||
count
|
||||
end
|
||||
|
||||
def self.interesting_after(min_date)
|
||||
|
|
Loading…
Reference in a new issue