Skip to content

Commit

Permalink
Add another account to hide preview
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 12, 2024
1 parent 43d19a3 commit b92cfb8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/posts/view-post/PostPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ export type PreviewProps = BarePreviewProps & {
showPinnedIcon?: boolean
}

// grill admin account
const HIDE_PREVIEW_FROM_ACCOUNT = ['3rPYmfYVHG7NtuGDivDNZdMMRHgrwtVuswY9TWUaHQCU8tAo']
// grill admin account and grill memes admin
const HIDE_PREVIEW_FROM_ACCOUNT = [
'3rPYmfYVHG7NtuGDivDNZdMMRHgrwtVuswY9TWUaHQCU8tAo',
'3oGjkULuNKRqi513BbohWiSgA2oKMrbSnPrcddpXYC4mtW1G',
]
export function PostPreview(props: PreviewProps) {
const { postDetails, space: externalSpace, showPinnedIcon } = props
const {
Expand Down

0 comments on commit b92cfb8

Please sign in to comment.