mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-14 15:50:09 +00:00
core: disable Flux XFTP servers to prevent unknown server warning for the previous version users
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ operatorFlux =
|
||||
conditionsAcceptance = CARequired Nothing,
|
||||
enabled = False,
|
||||
smpRoles = ServerRoles {storage = False, proxy = True},
|
||||
xftpRoles = allRoles
|
||||
xftpRoles = ServerRoles {storage = False, proxy = True}
|
||||
}
|
||||
|
||||
defaultChatConfig :: ChatConfig
|
||||
|
||||
Reference in New Issue
Block a user