mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Add History tab to /realm_activity
(imported from commit 1c308fc46031f68441a6cfba293a45655959cb7e)
This commit is contained in:
parent
33c7ec4215
commit
f71fa2eef1
@ -2678,6 +2678,10 @@ def get_realm_activity(request, realm):
|
||||
data += [(page_title, dict(content=content))]
|
||||
|
||||
|
||||
page_title = 'History'
|
||||
content = sent_messages_report(realm)
|
||||
data += [(page_title, dict(content=content))]
|
||||
|
||||
realm = None
|
||||
title = realm
|
||||
return render_to_response(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user