mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
28374eb836
the StatusChatInput (among other things) was disabled due to wrong `activeChatType` being passed down to `ChatContentView` which does all sorts of checks whether we are allowed to chat with that contact The `root.activeChatType` no longer reflects the chat that we are going to activate (probably due to the extensive use of `Loader`s) (plus remove some dead code) Fixes: #10463