mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-09-16 23:25:00 +00:00
Update src/Simplex/Messaging/Server/Names.hs
Co-authored-by: Evgeny <evgeny@poberezkin.com>
This commit is contained in:
@@ -80,7 +80,7 @@ mapReason = \case
|
||||
"internal" -> NRInternal
|
||||
"premium" -> NRPremium
|
||||
-- a code this router has no word for: still reserved, just unworded
|
||||
_ -> NRUnknown
|
||||
t -> NRUnknown t
|
||||
|
||||
fetch :: NamesEnv -> SimplexDomain -> IO (Either NameErrorType NameResponse)
|
||||
fetch NamesEnv {resolverEnv} d =
|
||||
|
||||
Reference in New Issue
Block a user