mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 05:36:23 +00:00
Turns out in https://github.com/status-im/status-desktop/commit/81bb7fcc6 we've introduced a regression where leaving a communities isn't possible anymore because we're trying to call an API that doesn't exist on the `chatsModel`. This commit fixes it by ensuring the API is called from `chatsModel.communities`.