From ee163a654045ce83db266c9f8f08faefb4ed1581 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:34:10 +0000 Subject: [PATCH] core: add missing field --- src/Simplex/Chat/Mobile.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Simplex/Chat/Mobile.hs b/src/Simplex/Chat/Mobile.hs index 35e673e8e6..69f6887403 100644 --- a/src/Simplex/Chat/Mobile.hs +++ b/src/Simplex/Chat/Mobile.hs @@ -189,6 +189,7 @@ mobileChatOpts dbFilePrefix dbKey = allowInstantFiles = True, autoAcceptFileSize = 0, muteNotifications = True, + markRead = False, maintenance = True }