Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

[Video] Remove old env var (#5018)

authored by

Hailey and committed by
GitHub
69053b1b e33b88ed

+1 -1
+1 -1
src/state/queries/video/util.ts
··· 1 1 import {useMemo} from 'react' 2 2 import {AtpAgent} from '@atproto/api' 3 3 4 - const UPLOAD_ENDPOINT = process.env.EXPO_PUBLIC_VIDEO_ROOT_ENDPOINT ?? '' 4 + const UPLOAD_ENDPOINT = 'https://video.bsky.app/' 5 5 6 6 export const createVideoEndpointUrl = ( 7 7 route: string,