status-desktop/ui/app/AppLayouts/Chat/ChatColumn
Eric Mastro 45286e179c fix: kick and re-invite user to group chat
Fixes: #2601.

Kicking a user and re-inviting them now correctly redisplays the join/decline options. Other combinations of User B leaving or declining an invitation are not handled. Please see the notes below for clarification.

Additionally, the group invite popup (that shows the list of members belonging to the group) correctly shows when a user is kicked or when a user leaves the group in real time. Previously, the popup needed to be reopened to display this.

fix: decline invitation crash
Declining a group invitation was crashing the app. This has been fixed.

### NOTES
1. In the case where User A invites User B to a group, but User B declines (or User B joins, then leaves), then from a status-go standpoint, User B is still part of the group, but the chat is marked as `active: false` for User B. This creates a situation where User B cannot re-join the group once s/he has declined the invitation. @cammellos mentioned there possibly will need to be a refactor of cab6281dc5/protocol/messenger.go (L1710) (which, by retaining User B as a member, effectively prevents the re-invitation) once “swipe to delete” is implemented on mobile. There is an activity center notification received for User B that is meant to allow re-joining of the group when the notification is accepted. The activity center notification received from status-go looks like the following:
```json
"activityCenterNotifications": [
      {
        "id": "0x0e342d33",
        "chatId": "e342d33f-dd05-4d7b-b14e-b5335e1a3ee9-0x043bf46aa874c377a34946eab67a32cf36c15907b328216dfce375d169fed7d81c21cada3229db1fd37c762d2c02702111a646657feca6621e2e948febcf378fb4",
        "name": "test-22",
        "type": 2,
        "lastMessage": null,
        "message": null,
        "timestamp": 1623305612000,
        "read": false,
        "dismissed": false,
        "accepted": false
      }
    ]
```
2021-06-11 11:03:16 -04:00
..
ChatComponents feat(Activity center): add placeholder activity center 2021-05-31 15:54:18 -04:00
MessageComponents fix: kick and re-invite user to group chat 2021-06-11 11:03:16 -04:00
samples feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
ActivityCenter.qml feat(Activity center): add contact requests rudimentary version 2021-05-31 15:54:18 -04:00
ChatMessages.qml fix chat section being squished 2021-05-28 13:31:33 -04: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(Activity center): add placeholder activity center 2021-05-31 15:54:18 -04: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: fix mention popup not showing after a line break 2021-04-01 17:07:25 -04:00
TopBar.qml fix: kick and re-invite user to group chat 2021-06-11 11:03:16 -04:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00