v3: added opengraph support to the app, wrote README instructions incl. a Docker image
This commit is contained in:
@@ -24,9 +24,9 @@ import { GlobalPlayer } from "./components/GlobalPlayer.tsx";
|
||||
import "./App.css";
|
||||
|
||||
function AppRoutes() {
|
||||
const { token, user } = useAuth();
|
||||
const { token, user, logout } = useAuth();
|
||||
return (
|
||||
<WSProvider token={token} userId={user?.id ?? null}>
|
||||
<WSProvider token={token} userId={user?.id ?? null} onForceLogout={logout}>
|
||||
<FollowProvider>
|
||||
<BrowserRouter>
|
||||
<Routes>
|
||||
|
||||
Reference in New Issue
Block a user