Remove broadcast hack

This commit is contained in:
Eric Bailey
2024-12-16 17:47:24 -06:00
parent 82a069fdaf
commit 369373d2aa
3 changed files with 2 additions and 84 deletions
-16
View File
@@ -3,7 +3,6 @@ import {View} from 'react-native'
import {
AppBskyActorDefs,
AppBskyFeedDefs,
AppBskyGraphDefs,
moderateProfile,
ModerationDecision,
ModerationOpts,
@@ -35,7 +34,6 @@ import {Props as SVGIconProps} from '#/components/icons/common'
import {ListSparkle_Stroke2_Corner0_Rounded as ListSparkle} from '#/components/icons/ListSparkle'
import {UserCircle_Stroke2_Corner0_Rounded as Person} from '#/components/icons/UserCircle'
import {Loader} from '#/components/Loader'
import * as StarterPackSuggestions from '#/components/StarterPack/Suggestions'
import {Text} from '#/components/Typography'
function SuggestedItemsHeader({
@@ -249,11 +247,6 @@ type ExploreScreenItems =
type: 'trendingTopics'
key: string
}
| {
type: 'suggestedStarterPacks'
key: string
starterPacks: AppBskyGraphDefs.StarterPackViewBasic[]
}
| {
type: 'profile'
key: string
@@ -513,15 +506,6 @@ export function Explore() {
case 'trendingTopics': {
return <ExploreTrendingTopics />
}
case 'suggestedStarterPacks': {
return (
<StarterPackSuggestions.Grid
isSuggestionsLoading={false}
error={null}
starterPacks={item.starterPacks}
/>
)
}
case 'profile': {
return (
<View style={[a.border_b, t.atoms.border_contrast_low]}>