mirror of https://github.com/zulip/zulip.git
Do not count wdaher.com in report.
(imported from commit 61a17c3addc0893282c55135261a0c2ffe797273)
This commit is contained in:
parent
61d660f9f3
commit
fcbc7e1516
|
@ -240,7 +240,7 @@ def realm_summary_table(realm_minutes):
|
|||
def meets_goal(row):
|
||||
# We don't count toward company goals for obvious reasons, and
|
||||
# customer4.invalid is essentially a dup for users.customer4.invalid.
|
||||
if row['domain'] in ['zulip.com', 'customer4.invalid']:
|
||||
if row['domain'] in ['zulip.com', 'customer4.invalid', 'wdaher.com']:
|
||||
return False
|
||||
return row['active_user_count'] >= 5
|
||||
|
||||
|
|
Loading…
Reference in New Issue