Rename atproto -> bsky

This commit is contained in:
Eric Bailey
2025-02-06 10:11:48 -06:00
parent 2ad2219be6
commit 59e32b3005
47 changed files with 109 additions and 109 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ import {Link} from '#/components/Link'
import {MediaInsetBorder} from '#/components/MediaInsetBorder'
import * as Hider from '#/components/moderation/Hider'
import {Text} from '#/components/Typography'
import * as atp from '#/types/atproto'
import * as bsky from '#/types/bsky'
function getBlackColor(t: ReturnType<typeof useTheme>) {
return select(t.name, {
@@ -79,7 +79,7 @@ export function VideoPostCard({
if (!AppBskyEmbedVideo.isView(embed)) return null
const author = post.author
const text = atp.dangerousIsType<AppBskyFeedPost.Record>(
const text = bsky.dangerousIsType<AppBskyFeedPost.Record>(
post.record,
AppBskyFeedPost.isRecord,
)