add notification TITLE_MAX_LENGTH constant

This commit is contained in:
CREDO23 2026-06-17 15:06:05 +02:00
parent aee0f1ef7d
commit 5d20cf7c03

View file

@ -2,6 +2,9 @@
from __future__ import annotations
# Matches notifications.title VARCHAR(200).
TITLE_MAX_LENGTH = 200
# Notifications newer than this are live-synced; older ones load via the list endpoint.
SYNC_WINDOW_DAYS = 14