Use new test community (#121)

This commit is contained in:
Szymon Szlachtowicz 2021-11-08 15:26:47 +01:00 committed by GitHub
parent ba9770999d
commit 42dc2c53a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ function DragDiv() {
<ReactChat
theme={theme ? lightTheme : darkTheme}
communityKey={
"0x0262c65c881f5a9f79343a26faaa02aad3af7c533d9445fb1939ed11b8bf4d2abd"
"0x0235f40f4128d9c672fe9ef9d30934ab7b1788873bc4488e3be91802fc83099a17"
}
fetchMetadata={fetchMetadata}
/>

View File

@ -152,7 +152,7 @@ export function useMessenger(
id: community.publicKeyStr,
name: community.description.identity?.displayName ?? "",
icon: uintToImgUrl(
community.description?.identity?.images?.thumbnail.payload ??
community.description?.identity?.images?.thumbnail?.payload ??
new Uint8Array()
),
members: 0,