core: change simplex contact cards order (#4593)

This commit is contained in:
spaced4ndy
2024-08-06 12:58:05 +04:00
committed by GitHub
parent f893ad15de
commit 37e275c3ca
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -546,8 +546,8 @@ processChatCommand' vr = \case
createPresetContactCards :: User -> CM ()
createPresetContactCards user =
withFastStore $ \db -> do
createContact db user simplexTeamContactProfile
createContact db user simplexStatusContactProfile
createContact db user simplexTeamContactProfile
chooseServers :: (ProtocolTypeI p, UserProtocol p) => SProtocolType p -> CM (NonEmpty (ServerCfg p), [ServerCfg p])
chooseServers protocol
| sameServers =