mirror of https://github.com/zulip/zulip.git
Ignore internal records in /realm_activity.
(imported from commit ba0387cefe53d3a766f539cabdc1252b2d749839)
This commit is contained in:
parent
54a25b065a
commit
0e0272220b
|
@ -2504,6 +2504,7 @@ def format_date_for_activity_reports(date):
|
|||
|
||||
def realm_client_table(user_summaries):
|
||||
exclude_keys = [
|
||||
'internal',
|
||||
'name',
|
||||
'use',
|
||||
'send',
|
||||
|
|
Loading…
Reference in New Issue