core, ui: group members permanent connection errors (#6662)

This commit is contained in:
spaced4ndy
2026-03-06 15:24:55 +00:00
committed by GitHub
parent e0dc4366e0
commit 3f4e7f379d
17 changed files with 501 additions and 62 deletions

View File

@@ -240,7 +240,7 @@ chatTypesDocsData =
(sti @ConnectionErrorType, STUnion, "", [], "", ""),
(sti @ConnectionMode, (STEnum' $ take 3 . consLower "CM"), "", [], "", ""),
(sti @ConnectionPlan, STUnion, "CP", [], "", ""),
(sti @ConnStatus, (STEnum' $ consSep "Conn" '-'), "", [], "", ""),
(sti @ConnStatus, STUnion, "Conn", [], "", ""),
(sti @ConnType, (STEnum' $ consSep "Conn" '_'), "", [], "", ""),
(sti @Contact, STRecord, "", [], "", ""),
(sti @ContactAddressPlan, STUnion, "CAP", [], "", ""),