mirror of https://github.com/zulip/zulip.git
Exclude mit.edu from history counts.
(imported from commit eb27f4bb0f6eb07c2d72d4f32fa21995f215254e)
This commit is contained in:
parent
50e8d8b69a
commit
ef959a748e
|
@ -55,7 +55,7 @@ def get_realm_day_counts():
|
|||
and
|
||||
pub_date > now() - interval '8 day'
|
||||
and
|
||||
r.domain != 'zulip.com'
|
||||
r.domain not in ('zulip.com', 'mit.edu')
|
||||
group by
|
||||
r.domain,
|
||||
age
|
||||
|
|
Loading…
Reference in New Issue