add: live browser notifications

This commit is contained in:
trisua 2025-05-02 20:08:35 -04:00
parent 58d206eb81
commit 98d6f21e6e
18 changed files with 291 additions and 15 deletions

View file

@ -16,5 +16,6 @@ CREATE TABLE IF NOT EXISTS users (
recovery_codes TEXT NOT NULL,
post_count INT NOT NULL,
request_count INT NOT NULL,
connections TEXT NOT NULL
connections TEXT NOT NULL,
subscriptions TEXT NOT NULL
)