Skip to content

Commit

Permalink
Improving Top Section
Browse files Browse the repository at this point in the history
  • Loading branch information
justsoantsy committed May 18, 2024
1 parent 36b3cd5 commit 30e6f5f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/web/src/components/Home/LatestBytes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Badge from '@components/Common/Badge'
import HoverableProfile from '@components/Common/HoverableProfile'
import LatestBytesShimmer from '@components/Shimmers/LatestBytesShimmer'
import {
ALLOWED_APP_IDS,
FALLBACK_THUMBNAIL_URL,
LENSTUBE_BYTES_APP_ID,
TAPE_APP_ID,
Expand Down Expand Up @@ -33,7 +34,12 @@ const LatestBytes = () => {
where: {
metadata: {
mainContentFocus: [PublicationMetadataMainFocusType.ShortVideo],
publishedOn: [TAPE_APP_ID, LENSTUBE_BYTES_APP_ID, TAPE_BYTES_APP_ID]
publishedOn: [
TAPE_APP_ID,
LENSTUBE_BYTES_APP_ID,
TAPE_BYTES_APP_ID,
...ALLOWED_APP_IDS
]
},
publicationTypes: [PublicationType.Post],
from: curatedProfiles
Expand Down

0 comments on commit 30e6f5f

Please sign in to comment.