zulip/analytics
Prakhar Pratyush cf577ad203 push_notification: Avoid extra DB call to fetch channel name.
While calling `get_apns_alert_title`, we already have
the channel name and topic display name available.

Instead of doing a DB query to get channel name and
preparing topic display name again within `get_apns_alert_title`,
we pass these two values as arguments.

Signed-off-by: Prakhar Pratyush <prakhar@zulip.com>
2025-11-19 09:38:34 -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 push_notification: Avoid extra DB call to fetch channel name. 2025-11-19 09:38:34 -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