core: uncomment simplexmq QQ git reference, ios: update core

This commit is contained in:
Evgeny Poberezkin
2023-03-18 11:00:19 +00:00
parent 17f39ec6a0
commit 8a2876fca9
2 changed files with 21 additions and 31 deletions

View File

@@ -1350,7 +1350,7 @@ processChatCommand = \case
updateGroupProfileByName gName $ \p ->
p {groupPreferences = Just . setGroupPreference' SGFTimedMessages pref $ groupPreferences p}
QuitChat -> liftIO exitSuccess
ShowVersion -> pure $ CRVersionInfo $ coreVersionInfo $(buildTimestampQ) "" -- $(simplexmqCommitQ)
ShowVersion -> pure $ CRVersionInfo $ coreVersionInfo $(buildTimestampQ) $(simplexmqCommitQ)
DebugLocks -> do
chatLockName <- atomically . tryReadTMVar =<< asks chatLock
agentLocks <- withAgent debugAgentLocks