mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-09 16:06:09 +00:00
core: fast queue rotation not requiring the current server to be online (#7397)
* core: fast queue rotation not requiring the current server to be online * simplexmq --------- Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
@@ -1917,6 +1917,8 @@ viewSndQueuesInfo = plain . T.intercalate ", " . map showQueueInfo
|
||||
showSwitchStatus = \case
|
||||
SSSendingQKEY -> "switch started"
|
||||
SSSendingQTEST -> "switch secured"
|
||||
SSSecuringQueue -> "switch confirmed"
|
||||
SSSendingQEND -> "switch secured"
|
||||
|
||||
viewContactSwitch :: Contact -> SwitchProgress -> [StyledString]
|
||||
viewContactSwitch _ (SwitchProgress _ SPConfirmed _) = []
|
||||
|
||||
Reference in New Issue
Block a user