mirror of https://github.com/zulip/zulip.git
2211b8b102
It seems unlikely we will need count_message_by_stream without the UserProfile table in the future, so write count_message_by_stream_and_is_bot in the usual query form and replace count_message_by_stream with it. This also has the benefit of shortening our list of "special case" queries from two to one. The pathways of the removed test will be covered more thoroughly in the new TestCountStats tests. |
||
---|---|---|
.. | ||
__init__.py | ||
counts.py |