From 750da4c8a08db0f46a1d4821575e03fd95296894 Mon Sep 17 00:00:00 2001 From: Kevin Boos <1139460+kevinaboos@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:47:25 -0700 Subject: [PATCH] Update REAMDE feature tracker: ignoring/unignoring users works --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65cde9a6..4cd65199 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ These are generally sorted in order of priority. If you're interested in helping - [ ] Room settings/info screen - [ ] Room members pane - [x] Side panel for info on a user in a room (click on their Avatar) +- [x] Ignore and unignore users (see known issues) - [ ] User settings screen - [ ] Persistence of app state to disk @@ -120,3 +121,4 @@ These are generally sorted in order of priority. If you're interested in helping ## Known problems/issues - URLs do not wrap properly; that is a Makepad-side problem. - Matrix-specific links are not yet fully handled (https://matrix.to/...) + - Ignoring/unignoring a user clears all timelines and requires an app reboot (see: https://github.com/matrix-org/matrix-rust-sdk/issues/1703)