Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

at eli/revert-dev-env 6 lines 206 B view raw
1import { StreamplaceContext } from "features/streamplace/streamplaceProvider"; 2import { useContext } from "react"; 3 4export default function useStreamplaceNode() { 5 return useContext(StreamplaceContext); 6}