Skip to content

Commit

Permalink
Merge branch 'deploy/remove-anon' of https://github.com/dappforce/gri…
Browse files Browse the repository at this point in the history
…llchat into deploy/remove-anon
  • Loading branch information
teodorus-nathaniel committed Nov 28, 2023
2 parents 1dd89d1 + 6d23718 commit 9f8f7e7
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 9f8f7e7

Please sign in to comment.