core: split preferences to separate file

This commit is contained in:
Evgeny Poberezkin
2023-07-21 21:32:28 +01:00
parent b033fdbeee
commit a715e847ad
19 changed files with 834 additions and 770 deletions
+1
View File
@@ -31,6 +31,7 @@ import GHC.Generics (Generic)
import Simplex.Chat.Messages
import Simplex.Chat.Protocol
import Simplex.Chat.Types
import Simplex.Chat.Types.Preferences
import Simplex.Messaging.Agent.Protocol (AgentMsgId, ConnId, UserId)
import Simplex.Messaging.Agent.Store.SQLite (firstRow, maybeFirstRow)
import Simplex.Messaging.Parsers (dropPrefix, sumTypeJSON)