status-desktop/ui/app/AppLayouts/Chat/ChatColumn
Pascal Precht 86ea7014f6 fix(Communities): make rejoining communities work
When the communities code was moved into its own view in https://github.com/status-im/status-desktop/commit/b38d1df59
it broke the functionality to join communities again.

Qt complains that the Nim API in use `chatsModel.communities.joinCommunity`
expects two parameters, when it's call with just one.
This is unexpected because the API in question set a default value
for its second parameter.

To make this work again, we have to make sure the `setActive`
parameter is supplied every time we call the API from
within QML.

Also, worth noting that this is not the first time we're running into
a scenario like this.
2021-03-05 13:59:44 -05:00
..
ChatComponents chore: run translation scripts 2021-02-18 15:23:58 -05:00
MessageComponents fix(Communities): make rejoining communities work 2021-03-05 13:59:44 -05:00
samples feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
ChatMessages.qml fix: fix community rebase errors 2021-03-03 16:45:23 -05:00
EmptyChat.qml Fixed onboarding view backgroud image issue on dark mode. Fixes #1965 2021-03-04 17:17:29 -05:00
Message.qml feat(MessageContextMenu): add copy link actions 2021-02-23 08:53:54 -05:00
SuggestionBox.qml Fixed not showing issue for the profile thumbnail in the suggestion list. Fixes #1916 2021-03-04 17:34:01 -05:00
SuggestionFilter.qml fix: display emojis on input textarea 2020-08-04 10:14:57 -04:00
TopBar.qml fix: fix channel color in communities 2021-03-03 16:45:23 -05:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00