v3: code quality pass, various bug fixes

This commit is contained in:
khannurien
2026-03-23 07:47:49 +00:00
parent d94a319d96
commit fbbbb43258
44 changed files with 1060 additions and 698 deletions

View File

@@ -24,9 +24,9 @@ import { GlobalPlayer } from "./components/GlobalPlayer.tsx";
import "./App.css";
function AppRoutes() {
const { token } = useAuth();
const { token, user } = useAuth();
return (
<WSProvider token={token}>
<WSProvider token={token} userId={user?.id ?? null}>
<FollowProvider>
<BrowserRouter>
<Routes>