mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-04 10:21:50 +00:00
return version number to mobile (#303)
This commit is contained in:
committed by
GitHub
parent
928dd27043
commit
44d8b549c4
+1
-1
@@ -375,7 +375,7 @@ processChatCommand = \case
|
||||
forM_ contacts $ \ct -> sendDirectContactMessage ct $ XInfo p
|
||||
pure $ CRUserProfileUpdated profile p
|
||||
QuitChat -> liftIO exitSuccess
|
||||
ShowVersion -> pure CRVersionInfo
|
||||
ShowVersion -> pure $ CRVersionInfo versionNumber
|
||||
where
|
||||
withChatLock action = do
|
||||
ChatController {chatLock = l, smpAgent = a} <- ask
|
||||
|
||||
Reference in New Issue
Block a user