add read notifications route and update notifications behavior

This commit is contained in:
2026-01-08 15:00:43 +01:00
parent 21259f2838
commit 42748ad722
6 changed files with 301 additions and 11 deletions
+11 -1
View File
@@ -1 +1,11 @@
VITE_API_URL=
VITE_API_URL=
BROADCASTER = reverb
REVERB_KEY = local
REVERB_HOST = 127.0.0.1
REVERB_PORT = 8080
FORCE_TLS = false
DISABLE_STATS = true
ENCRYPTED = false
CLUSTER = mt1
ENABLED_TRANSPORTS = [ws, wss]