mirror of
https://github.com/status-im/status-go.git
synced 2025-02-03 10:25:35 +00:00
9820acd74d
In persistence.go, the lack of sufficient knowledge for constructing fully initialized Community objects required clients to manually call `initializeCommunity`. This commit addresses the issue by delegating Community creation to Manager. It also removes queries and logic duplication.