zulip/analytics
Mohammad Reza Kianifar b4348bb3f0 settings: Add variable to control recipient type for 1:1 DMs.
The PREFER_DIRECT_MESSAGE_GROUP setting controls the recipient
type for 1:1 and self DMs. It defaults to False, maintaining legacy
behavior. Tests can override this with
@override_settings(PREFER_DIRECT_MESSAGE_GROUP=True) to test the new
DirectMessageGroup recipient type behavior.
2025-11-25 09:09:15 -08:00
..
lib analytics: Support DM groups in count message type query. 2025-07-21 10:39:40 -07:00
management ruff: Fix RUF059 Unpacked variable is never used. 2025-09-30 16:47:54 -07:00
migrations migrations: Squash analytics migrations. 2024-08-23 17:15:35 -07:00
tests settings: Add variable to control recipient type for 1:1 DMs. 2025-11-25 09:09:15 -08:00
views ruff: Fix RUF059 Unpacked variable is never used. 2025-09-30 16:47:54 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py mypy: Reenable explicit-override for models. 2024-08-01 17:39:04 -07:00
urls.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00