mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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 | ||