core, ui: create all links with short links, config parameter to use large link data, use short link as address in user profile (#5991)

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
This commit is contained in:
Evgeny
2025-06-17 15:56:33 +04:00
committed by spaced4ndy
co-authored by spaced4ndy
parent c08a3e7c4a
commit e3e9ae2ffd
46 changed files with 413 additions and 323 deletions
+3 -1
View File
@@ -173,6 +173,7 @@ newChatController
tempDirectory <- newTVarIO optTempDirectory
assetsDirectory <- newTVarIO Nothing
contactMergeEnabled <- newTVarIO True
useLargeLinkData <- newTVarIO True
pure
ChatController
{ firstTime,
@@ -213,7 +214,8 @@ newChatController
tempDirectory,
assetsDirectory,
logFilePath = logFile,
contactMergeEnabled
contactMergeEnabled,
useLargeLinkData
}
where
presetServers' :: PresetServers