mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-30 21:59:46 +02:00
add notification TITLE_MAX_LENGTH constant
This commit is contained in:
parent
aee0f1ef7d
commit
5d20cf7c03
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
from __future__ import annotations
|
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.
|
# Notifications newer than this are live-synced; older ones load via the list endpoint.
|
||||||
SYNC_WINDOW_DAYS = 14
|
SYNC_WINDOW_DAYS = 14
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue