Revert "core: include commit information in /v response (#1705)"

This reverts commit 3d4e4e2ef9.
This commit is contained in:
Evgeny Poberezkin
2023-01-08 13:13:13 +00:00
parent 3d4e4e2ef9
commit 4dc2a1b72d
5 changed files with 3 additions and 40 deletions
+1 -1
View File
@@ -1207,7 +1207,7 @@ processChatCommand = \case
updateGroupProfileByName gName $ \p ->
p {groupPreferences = Just . setGroupPreference' SGFTimedMessages pref $ groupPreferences p}
QuitChat -> liftIO exitSuccess
ShowVersion -> pure $ CRVersionInfo versionNumber coreVersionInfo
ShowVersion -> pure $ CRVersionInfo versionNumber
DebugLocks -> do
chatLockName <- atomically . tryReadTMVar =<< asks chatLock
agentLocks <- withAgent debugAgentLocks