directory: only create group links after approval (#7356)

* directory: only create group links after approval

* update test

* update messages

* diff

* get group and link in one query

* reduce database reads

* better errors

* typos

* query plans

---------

Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
This commit is contained in:
Evgeny
2026-08-18 16:35:37 +01:00
committed by GitHub
co-authored by Evgeny @ SimpleX Chat
parent ebe7396fea
commit 5e45fe1f0e
10 changed files with 592 additions and 482 deletions
+1
View File
@@ -172,6 +172,7 @@ data ChatConfig = ChatConfig
highlyAvailable :: Bool,
deviceNameForRemote :: Text,
remoteCompression :: Bool,
updateGroupLinksFromApp :: Bool,
chatHooks :: ChatHooks
}