[feat] UI for user notifications (#3267)

This commit is contained in:
Vlad Stan
2025-07-15 11:15:17 +02:00
committed by dni ⚡
parent 5e9919c5c5
commit 094a9fc1a1
7 changed files with 142 additions and 6 deletions
+3
View File
@@ -25,6 +25,9 @@ class UserExtra(BaseModel):
first_name: str | None = None
last_name: str | None = None
display_name: str | None = None
nostr_notification_identifiers: list[str] = []
telegram_chat_id: str | None = None
notifications_excluded_wallets: list[str] = []
picture: str | None = None
# Auth provider, possible values:
# - "env": the user was created automatically by the system