mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Replace the "posts" line with message count
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
class AdminDashboardNextData
|
||||
include StatsCacheable
|
||||
|
||||
REPORTS = ["page_view_total_reqs", "visits", "posts", "time_to_first_response", "likes", "flags" ]
|
||||
REPORTS = %w{
|
||||
page_view_total_reqs
|
||||
visits
|
||||
time_to_first_response
|
||||
likes
|
||||
flags
|
||||
user_to_user_private_messages_with_replies
|
||||
}
|
||||
|
||||
def initialize(opts = {})
|
||||
@opts = opts
|
||||
|
||||
Reference in New Issue
Block a user