Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Sep 21, 2022
1 parent 262cf16 commit 6e22f36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion libs/wire-api/src/Wire/API/MLS/CommitBundle.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
--
-- You should have received a copy of the GNU Affero General Public License along
-- with this program. If not, see <https://www.gnu.org/licenses/>.
{-# LANGUAGE RecordWildCards #-}

module Wire.API.MLS.CommitBundle where

Expand Down
4 changes: 1 addition & 3 deletions services/galley/src/Galley/API/MLS/Message.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
--
-- You should have received a copy of the GNU Affero General Public License along
-- with this program. If not, see <https://www.gnu.org/licenses/>.
{-# LANGUAGE RecordWildCards #-}

module Galley.API.MLS.Message
( postMLSCommitBundle,
Expand Down Expand Up @@ -1027,8 +1026,7 @@ executeProposalAction qusr con lconv cm action = do

existingLocalMembers :: Set (Qualified UserId)
existingLocalMembers =
Set.fromList . map (fmap lmId . qUntagged) . sequenceA $
fmap convLocalMembers lconv
(Set.fromList . map (fmap lmId . qUntagged)) (traverse convLocalMembers lconv)

existingRemoteMembers :: Set (Qualified UserId)
existingRemoteMembers =
Expand Down
2 changes: 0 additions & 2 deletions services/galley/src/Galley/API/MLS/Propagate.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE RecordWildCards #-}

-- This file is part of the Wire Server implementation.
--
-- Copyright (C) 2022 Wire Swiss GmbH <[email protected]>
Expand Down

0 comments on commit 6e22f36

Please sign in to comment.