From 2bb18e0d0c4846ea37c2439b21ee3cced19dc105 Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Tue, 10 Dec 2024 14:27:43 +0700 Subject: [PATCH] fixup! Add ADR for support filter request history --- doc/adr/0004-support-filter-for-request-history.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/adr/0004-support-filter-for-request-history.md b/doc/adr/0004-support-filter-for-request-history.md index a5f6866c..41031445 100644 --- a/doc/adr/0004-support-filter-for-request-history.md +++ b/doc/adr/0004-support-filter-for-request-history.md @@ -6,9 +6,12 @@ Date: 2024-12-09 Accepted +- Issue: [#1862](https://github.com/linagora/twake-on-matrix/issues/1862) + ## Context -- Support `StateFilter` for request history +- The date of the last message in chat list display is not correct. +- The message in chat screen is not displayed correctly so block user by empty screen. ## Decision @@ -17,3 +20,5 @@ Accepted ## Consequences - The `timeLine` and `event` can be filtered by the user to get specific data from the server. +- Display the correct message in chat screen. Prevent block user by empty screen. +- In the chat list, we improve the display date time of the last message soon.