From 58eff9adf260fcabc40d0b2df0e82eeef7d944ca Mon Sep 17 00:00:00 2001 From: Boris Melnik Date: Mon, 20 Jun 2022 14:51:08 +0300 Subject: [PATCH] fix(communities): Fix broken `Request to join required` property Closes: #6073 --- src/backend/communities.nim | 3 +-- vendor/status-go | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/backend/communities.nim b/src/backend/communities.nim index 16712044fd..12fba32eeb 100644 --- a/src/backend/communities.nim +++ b/src/backend/communities.nim @@ -84,9 +84,8 @@ proc editCommunity*( ): RpcResponse[JsonNode] {.raises: [Exception].} = let bannerImage = newCroppedImage(bannerJsonStr) result = callPrivateRPC("editCommunity".prefix, %*[{ - # TODO this will need to be renamed membership (small m) "CommunityID": communityId, - "Membership": access, + "membership": access, "name": name, "description": description, "introMessage": introMessage, diff --git a/vendor/status-go b/vendor/status-go index 4f722b6fe8..8063152657 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit 4f722b6fe8215fa02f54e02cb454b402e1728c8f +Subproject commit 80631526574c1607b98d1330ac659019ebb003c1