core: stop stats when chat is stopped (#4616)

* core: stop stats when chat is stopped

* rename field

* simplexmq
This commit is contained in:
Evgeny
2024-08-07 14:49:58 +01:00
committed by GitHub
parent c0b8cfb3e2
commit b3d15f97f0
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1204,7 +1204,7 @@ data DatabaseError
| DBErrorOpen {sqliteError :: SQLiteError}
deriving (Show, Exception)
data SQLiteError = SQLiteErrorNotADatabase | SQLiteError String
data SQLiteError = SQLiteErrorNotADatabase | SQLiteError {dbError :: String}
deriving (Show, Exception)
throwDBError :: DatabaseError -> CM ()