Commit Graph

11 Commits (96fcbf134526fabe0a1ddbb5080075e3d8bf1bce)

Author SHA1 Message Date
William Grant 8a7007e7c3 feat: added interaction properties to conversation modal and started UI changes in ConversationListItem based on confirming an interaction
still to to port the original modal checks to use thd convo props
William Grant c492fad4ee feat: added support for tracking the confirmation process status and its type
attempting to show this status inside of the ConversationListItem message section, show confirmation modal when leaving private chats
Audric Ackermann 55a2767fce feat: do not approve a convo before sending the first message
but still sync it's state through the createdAt with libsession util
Audric Ackermann 1c50aacc34 chore: remove groupModerators sogs from the db, store in redux only
Audric Ackermann bf2456df8e chore: do not store mentionedUs and unreadCount as attribute in convo
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ()
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
warrickct ee9156d4f8 Merge clearnet into message-request-ui
warrickct d627b8e11d Requesting flow working with sending message as acceptance.
audric 247cb7c065 cleanup dependencies
Audric Ackermann 5846caffc4
fix closed group updates undefined on no names ()
Audric Ackermann abd146c4ca
use React Provider for convoListItem ()
this is to avoid passing down the prop to all the components