mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
aa7fb862f2
Very similar to #1986, we're trying to access the `activeCommunity` property on the `chatsModel` object, which doesn't have such a property anymore every since we've moved communities into its own view. This causes errors when trying to create channels. This commit fixes this bug by ensuring `activeCommunity` is accessed from `chatsModel.communities` instead.