mirror of https://github.com/zulip/zulip.git
5e5a0d4db9
Adds a count_X_by_Y_query to counts.py, similar in spirit to a count_recipient_by_user query, where we would join on the Message, Recipient, and UserProfile table. Here, we also join on the Stream table in order to distinguish private and public streams, and we merge the counts for PM and Huddle type messages into a single subgroup. |
||
---|---|---|
.. | ||
__init__.py | ||
counts.py |