Skip to content

Commit 48a6377

Browse files
committed
wip
1 parent 1226a5a commit 48a6377

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

services/galley/src/Galley/API/Federation.hs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ import Wire.API.User.Client (userClientMap)
7979

8080
type FederationAPI = "federation" :> FedApi 'Galley
8181

82-
type ReceiptModeAPIWithoutErrors =
83-
FedEndpointWithErrors
84-
"update-conversation-receipt-mode"
85-
'[]
86-
F.ConversationUpdateRequest
87-
F.ConversationUpdateResponse
88-
8982
type ReceiptModeAPI =
9083
FedEndpointWithErrors
9184
"update-conversation-receipt-mode"
@@ -109,7 +102,7 @@ federationSitemap =
109102
:<|> Named @"on-user-deleted-conversations" onUserDeleted
110103
:<|> Named @"update-conversation" updateConversation
111104
:<|> hoistServerWithDomain
112-
@ReceiptModeAPIWithoutErrors
105+
@ReceiptModeAPI
113106
(interpretServerEffects @GalleyError @(DeclaredErrorEffects ReceiptModeAPI))
114107
(Named @"update-conversation-receipt-mode" updateConversationReceiptMode)
115108

0 commit comments

Comments
 (0)