From c042538518290b379acedf2e839766848ffc1e34 Mon Sep 17 00:00:00 2001 From: Mell Date: Wed, 22 May 2024 19:20:45 +0300 Subject: [PATCH] Pin post --- src/components/posts/pinned-post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/posts/pinned-post.ts b/src/components/posts/pinned-post.ts index c82b86c2b..727ed2662 100644 --- a/src/components/posts/pinned-post.ts +++ b/src/components/posts/pinned-post.ts @@ -1,7 +1,7 @@ import { getLastestPostIdsInSpace } from 'src/graphql/apis' import { GqlClient } from 'src/graphql/ApolloProvider' -const PINNED_POST_IDS: string[] = [''] +const PINNED_POST_IDS: string[] = ['164783'] export const PINNED_POST_ID = PINNED_POST_IDS[Math.floor(Math.random() * PINNED_POST_IDS.length)] const COMMUNITY_SPACE_ID = '1244'