File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
services/galley/src/Galley/API Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,6 @@ import Wire.API.User.Client (userClientMap)
79
79
80
80
type FederationAPI = " federation" :> FedApi 'Galley
81
81
82
- type ReceiptModeAPIWithoutErrors =
83
- FedEndpointWithErrors
84
- " update-conversation-receipt-mode"
85
- '[]
86
- F. ConversationUpdateRequest
87
- F. ConversationUpdateResponse
88
-
89
82
type ReceiptModeAPI =
90
83
FedEndpointWithErrors
91
84
" update-conversation-receipt-mode"
@@ -109,7 +102,7 @@ federationSitemap =
109
102
:<|> Named @ " on-user-deleted-conversations" onUserDeleted
110
103
:<|> Named @ " update-conversation" updateConversation
111
104
:<|> hoistServerWithDomain
112
- @ ReceiptModeAPIWithoutErrors
105
+ @ ReceiptModeAPI
113
106
(interpretServerEffects @ GalleyError @ (DeclaredErrorEffects ReceiptModeAPI ))
114
107
(Named @ " update-conversation-receipt-mode" updateConversationReceiptMode)
115
108
You can’t perform that action at this time.
0 commit comments