We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4437cbb commit 3b641c5Copy full SHA for 3b641c5
matrix-client/src/Network/Matrix/Client.hs
@@ -529,7 +529,7 @@ createRoom session rcr = do
529
Right crr -> case (crrID crr, crrMessage crr) of
530
(Just roomID, _) -> pure $ RoomID roomID
531
(_, Just message) -> Left $ MatrixError "UNKNOWN" message Nothing
532
- _ -> Left $ MatrixError "UNKOWN" "" Nothing
+ _ -> Left $ MatrixError "UNKNOWN" "" Nothing
533
534
newtype RoomAlias = RoomAlias T.Text deriving (Show, Eq, Ord, Hashable)
535
0 commit comments