From 312646557b2a3a8deb21603ca3bc9b9cbb8fd3e5 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Wed, 27 Apr 2022 11:58:43 +0700 Subject: [PATCH] [ADR] Fix empty items in the list (#339) --- .../0006-fix-empty-item-in-threadview-339.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/adr/0006-fix-empty-item-in-threadview-339.md diff --git a/docs/adr/0006-fix-empty-item-in-threadview-339.md b/docs/adr/0006-fix-empty-item-in-threadview-339.md new file mode 100644 index 000000000..e57ecd5b9 --- /dev/null +++ b/docs/adr/0006-fix-empty-item-in-threadview-339.md @@ -0,0 +1,19 @@ +# 6. Fix Empty item in ThreadView (#339) + +Date: 2022-04-27 + +## Status + +- Issue: [#339](https://github.com/linagora/tmail-flutter/issues/339) + +## Context + +- Root cause: updated item fetch from `/changes` is inserted to `Hive` database without full properties + +## Decision + +- Not insert updated item to cache if cache not hit. + +## Consequences + +- No more items in the list without information