core: include commit information in /v response (#1705)
This commit is contained in:
committed by
GitHub
parent
113c67ec95
commit
3d4e4e2ef9
@@ -1207,7 +1207,7 @@ processChatCommand = \case
|
||||
updateGroupProfileByName gName $ \p ->
|
||||
p {groupPreferences = Just . setGroupPreference' SGFTimedMessages pref $ groupPreferences p}
|
||||
QuitChat -> liftIO exitSuccess
|
||||
ShowVersion -> pure $ CRVersionInfo versionNumber
|
||||
ShowVersion -> pure $ CRVersionInfo versionNumber coreVersionInfo
|
||||
DebugLocks -> do
|
||||
chatLockName <- atomically . tryReadTMVar =<< asks chatLock
|
||||
agentLocks <- withAgent debugAgentLocks
|
||||
|
||||
Reference in New Issue
Block a user