From 6607c24de3cc00b43ce9a0d91f73296214c88ceb Mon Sep 17 00:00:00 2001 From: IC Rainbow Date: Sun, 27 Oct 2024 12:23:22 +0200 Subject: [PATCH] add missing fields --- tests/ChatClient.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index 36bdf92dbf..49832d4a71 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -423,6 +423,9 @@ smpServerCfg = { transports = [(serverPort, transport @TLS, False)], tbqSize = 1, -- serverTbqSize = 1, + msgStoreType = AMSType SMSMemory, + storeLogFile = Nothing, + storeMsgsFile = Nothing, msgQueueQuota = 16, queueIdBytes = 12, msgIdBytes = 6,