Allow to disable certain notification type
This commit is contained in:
parent
e30e0de10e
commit
ec36272bb4
4 changed files with 167 additions and 98 deletions
|
@ -120,6 +120,8 @@ class Config(pydantic.BaseModel):
|
|||
|
||||
session_timeout: int = 3600 * 24 * 3 # in seconds, 3 days by default
|
||||
|
||||
disabled_notifications: list[str] = []
|
||||
|
||||
# Only set when the app is served on a non-root path
|
||||
id: str | None = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue