Commit graph

13 commits

Author SHA1 Message Date
Audric Ackermann 07c384aa0d
render GroupNotification messages 2020-10-30 10:24:53 +11:00
Audric Ackermann 1b011ca74e
fix groupUpdate including an empty kicked field 2020-06-29 10:30:16 +10:00
Audric Ackermann aa797f6670
various changes to be reverted. kind of working session chats only. 2020-06-23 13:55:47 +10:00
Audric Ackermann 3c2746d910
fix group update notifcation when we are added to the group 2020-04-23 14:28:41 +10:00
Mikunj Varsani a75ef365b8 Fix device unlinking.
Fix session request being sent even if we have keys to setup a session.
Fix minor crash.
2020-02-11 10:18:41 +11:00
Ryan Tharp b97c9e7408 lint 2020-02-05 03:06:15 -08:00
Ryan Tharp 64fabc190a put period back at the end 2020-02-05 02:35:41 -08:00
Vincent 821cf00b65 Closed group update message stylgin 2020-02-05 14:19:01 +11:00
Maxim Shishmarev 7c05939f55 Add group admins and the ability to remove members from private groups 2019-11-01 12:00:29 +11:00
Scott Nonnenberg b3ac1373fa Move left pane entirely to React 2019-03-12 17:44:14 -07:00
Scott Nonnenberg 9c399624cc Support for blocking groups on mobile, via group/blocked syncs 2018-09-14 16:25:43 -07:00
Scott Nonnenberg 675e34fc8d New React component: ConversationListItem, installed in left pane
When collecting a conversation's last message, we grab that message's
status as well (if outgoing) and show it.
2018-07-17 20:25:55 -07:00
Scott Nonnenberg 3c69886320 Finish new Message component, integrate into application
Also:
- New schema version 8 with video/image thumbnails, screenshots, sizes
- Upgrade messages not at current schema version when loading messages
  to show in conversation
- New MessageDetail react component
- New ConversationHeader react component
2018-07-17 15:58:07 -07:00