-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Story] Show blocked users #2198
Comments
Ruma has an API for ignored (blocked) user list: https://docs.rs/ruma-events/latest/ruma_events/ignored_user_list/index.html
|
After taking another look, it seems like most of the data we need is already there: we have the blocked user ids and we can call With a very naive implementation I got:
|
@bmarty Is the Android Design for the prompt when unblocking right? The buttons are right-aligned? |
Do you mean in the actual implementation? Android dialog buttons are always right-aligned. |
Ah - ok. Looks weird but ok. |
On Android unblocking is stuck in a Spinner. The person is already unblocked. Rageshake send |
It should be fixed by element-hq/element-x-android#2554 |
Feature has been handed over to the customer. |
Customer gives a go for the feature. |
Description
As a user that has blocked other users I want to have a place where I can access these user so that I can unblock them.
Acceptance criteria
Blocked users
section in the account settings screenBlocked users
screenBlocked users
screen will be a list of blocked user matrix identifiers. We are intentionally hiding display names and avatars to avoid offensive contentLeads
Designs
Designs for iOS
Designs for Android
Size estimate
S
Dependencies
Out of scope
Open questions
Questions
Subtasks
Android
iOS
Rust
Other
Sign-off
Android
iOS
The text was updated successfully, but these errors were encountered: