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:
sh
2026-08-20 10:39:02 +01:00
committed by GitHub
co-authored by Evgeny Poberezkin
parent c3e8c56aa0
commit b9d38ec05d
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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 _) = []