status-desktop/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents
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
..
TransactionComponents chore: run translation scripts 2021-02-18 15:23:58 -05:00
AudioPlayer.qml feat: play audio messages 2020-07-30 13:49:50 -04:00
ChannelIdentifier.qml fix: fix channel color in communities 2021-03-03 16:45:23 -05:00
ChatButtons.qml feat: implement new colors for dark mode 2021-02-18 15:24:12 -05:00
ChatImage.qml fix: fix chat height being too high in compact mode 2020-10-02 12:48:02 -04:00
ChatReply.qml make compact mode the default 2021-02-10 15:48:57 -05:00
ChatText.qml feat: intercept clicks on messages links as well 2021-03-03 16:45:23 -05:00
ChatTime.qml fix: fix texts to use secondaryText instead of darkGrey 2021-02-22 09:58:18 -05:00
CompactMessage.qml fix: message height taking into account the image even when hidden 2021-02-22 17:29:06 -05:00
DateGroup.qml fix: date 2020-07-23 16:00:14 -04:00
EmojiReactions.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
ImageLoader.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
InvitationBubble.qml fix(Communities): make rejoining communities work 2021-03-05 13:59:44 -05:00
LinksMessage.qml feat: intercept clicks on messages links as well 2021-03-03 16:45:23 -05:00
MessageBorder.qml feat: whitelist gifs (no url extension needed) 2020-12-21 14:14:32 -05:00
MessageMouseArea.qml fix: fix emojis on normal mode and replies on compact 2021-02-08 16:48:14 -05:00
NormalMessage.qml make compact mode the default 2021-02-10 15:48:57 -05:00
RectangleCorner.qml feat: make RectangleCorner a component and show images in compact 2020-07-16 11:49:13 -04:00
Retry.qml feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
SentMessage.qml feat: show time and sent status on the image itself 2021-01-14 16:02:27 -05:00
StatusUpdate.qml feat: introduce Utils.formatDateTime 2021-01-04 15:16:37 -05:00
Sticker.qml fix: fix scroll going back down when hitting images 2020-12-18 15:39:16 -05:00
TransactionBubble.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
UserImage.qml Show chat image and username again after a couple of minutes in chat 2021-02-10 13:52:36 -05:00
UsernameLabel.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00