mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-26 18:26:17 +00:00
server: fix msgGetNoMsg stat (#1358)
This commit is contained in:
@@ -575,7 +575,7 @@ smpServer started cfg@ServerConfig {transports, transportConfig = tCfg} attachHT
|
||||
putStat "msgRecv" msgRecv
|
||||
putStat "msgRecvGet" msgRecvGet
|
||||
putStat "msgGet" msgGet
|
||||
putStat "msgGetNoMsg" msgGet
|
||||
putStat "msgGetNoMsg" msgGetNoMsg
|
||||
gets <- (,,) <$> getStat msgGetAuth <*> getStat msgGetDuplicate <*> getStat msgGetProhibited
|
||||
hPutStrLn h $ "other GET events (auth, duplicate, prohibited): " <> show gets
|
||||
putStat "msgSentNtf" msgSentNtf
|
||||
|
||||
Reference in New Issue
Block a user