feat: realtime status, mentions, push notifications

This commit is contained in:
2026-06-29 15:52:34 -04:00
parent 282a436995
commit 6c8defb6fd
10 changed files with 387 additions and 34 deletions
+1
View File
@@ -21,6 +21,7 @@ export interface UpdateProfilePayload {
bio?: string;
accent_color?: string;
status_text?: string;
status?: UserStatus;
}
interface AuthState {