mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
d8bda2490a
We were ignoring the `removedChats` in the messenger response and therefore never processed deleted community chats in the client. This commit adds `removedChats` to `handleCommunityUpdates()` and ensures that the community channel's ID is used when emitting a signal to the app. This needs: https://github.com/status-im/status-go/pull/2973 Closes #8000