Skip to content

Commit

Permalink
fixup! Add ADR for support filter request history
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Dec 10, 2024
1 parent 3709e41 commit 2bb18e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/adr/0004-support-filter-for-request-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

0 comments on commit 2bb18e0

Please sign in to comment.