core: temp-folder option (#3905)

This commit is contained in:
spaced4ndy
2024-03-14 10:59:20 +04:00
committed by GitHub
parent 240ca30f91
commit f3eeb9dcc2
6 changed files with 15 additions and 2 deletions
@@ -80,6 +80,7 @@ mkChatOpts BroadcastBotOpts {coreOptions} =
chatCmdLog = CCLNone,
chatServerPort = Nothing,
optFilesFolder = Nothing,
optTempDirectory = Nothing,
showReactions = False,
allowInstantFiles = True,
autoAcceptFileSize = 0,
@@ -80,6 +80,7 @@ mkChatOpts DirectoryOpts {coreOptions} =
chatCmdLog = CCLNone,
chatServerPort = Nothing,
optFilesFolder = Nothing,
optTempDirectory = Nothing,
showReactions = False,
allowInstantFiles = True,
autoAcceptFileSize = 0,