fixes #2447: Display disapproval counts in status bar to uploader and approvers

This commit is contained in:
r888888888
2015-07-23 14:29:18 -07:00
parent 9f47a9da1b
commit 43377e3a82
4 changed files with 23 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ class DailyMaintenance
# UserUploadClamper.new.clamp_all!
TagSubscription.process_all
ApiCacheGenerator.new.generate_tag_cache
PostDisapproval.prune!
ForumSubscription.process_all!
TagAlias.update_cached_post_counts_for_all
end