mirror of
https://github.com/status-im/status-go.git
synced 2025-02-01 17:38:36 +00:00
Eric Mastro
4d8d3fb0e8
feat: Add edit communities (#2229)
* feat: Add edit communities Allow Communities to be edited, including display name, description, color, membership, and permissions. * Added EditCommunity request type * Fix lint errors * Allow editing community without changing image Previously, retaining an existing community image was not possible because the existing community image path had to be provided in the `editCommunity` RPC call to retain the image. However, once the image is processed by status-go, it is encoded as a base64 string and therefore it is not possible to get the original file path back from this string. This commit allows for the original to be retained by passing an empty string for the image field in the RPC call. * Don't change permissions. Fixed clock updating Co-authored-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
Status bindings for go-ethereum
Docs
- How to Build
- How to Contribute
- How to Release
- How to run a Bootnode
- How to run a Mailserver
- How to run a Waku node
- How to configure status-go
License
Description
Languages
Go
98.6%
Python
0.7%
Shell
0.4%
Makefile
0.1%
Groovy
0.1%