Skip to content

Commit

Permalink
Re-organise TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Apr 28, 2023
1 parent 8b5a079 commit c8f9327
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions services/galley/src/Galley/API/MLS/Message.hs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ import Wire.API.MLS.Message
import Wire.API.MLS.Serialisation
import Wire.API.MLS.SubConversation

-- TODO:
-- [ ] replace commit message in CommitBundle with a Commit object
-- [ ] restore deleted MLS unit tests
-- [ ] pass groupId and epoch to processProposal instead of the whole IncomingMessage
-- [ ] remove LWT in planMLSClientRemoval

-- FUTUREWORK
-- - Check that the capabilities of a leaf node in an add proposal contains all
-- the required_capabilities of the group context. This would require fetching
Expand Down
1 change: 0 additions & 1 deletion services/galley/test/integration/API/MLS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,6 @@ testJoinSubConv = do
=<< getSubConv (qUnqualified bob) qcnv subId
<!! const 200 === statusCode
liftIO $ do
-- TODO check for updates from update path
assertBool
"The epoch timestamp is null"
(isJust (pscEpochTimestamp subAfter))
Expand Down

0 comments on commit c8f9327

Please sign in to comment.