Skip to content

Commit

Permalink
Change CHAT_IDS_WITHOUT_ANON_LOGIN_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell authored Nov 28, 2023
1 parent b9814ed commit 6d23718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function getIncludedChatIdsForUnreadCount() {
return INCLUDED_CHAT_IDS_FOR_UNREAD_COUNT
}

const CHAT_IDS_WITHOUT_ANON_LOGIN_OPTIONS: string[] = ['6946']
const CHAT_IDS_WITHOUT_ANON_LOGIN_OPTIONS: string[] = ['19361']
export function getChatIdsWithoutAnonLoginOptions() {
return CHAT_IDS_WITHOUT_ANON_LOGIN_OPTIONS
}

0 comments on commit 6d23718

Please sign in to comment.