matrix-rust-sdk
matrix-rust-sdk copied to clipboard
Ignoring a user doesn't remove their messages from the room list.
When ignoring a user with Client::ignore_user (in the FFI), this user and all of their messages are hidden from the timeline. However… If they sent the last message in one or more rooms, then these messages remain visible in the room list until newer messages come in for each room.
Thanks for opening the issue. You're saying that the message doesn't disappear from the latest event, is that correct?
Yep you’re right, and my bad I forgot to mention I was talking about the room list. Updated.