-
Notifications
You must be signed in to change notification settings - Fork 170
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
Add Community, Instance, and User blocks to user settings #682
Comments
Are you talking about a moderator function here or an user option? |
A user option |
To clarify, when you block a community, even if you manage to navigate back to that community again (say, through your inbox) the "block community" option remains and is not replaced with an unblock option. Hitting the button anyway just tries to block the already blocked community and nothing interesting happens. At the very least, an initial fix of changing that button to an unblock button just as the web-interface does should be prioritized over creating a space for your blocked communities list. I do agree that list should also happen eventually. |
I want to push the following code but i cannot test it right from my pc. Can some one check if this would fix the issue? var isCommunityBlocked = false
|
changed the code to make it valid.
Changed the parameters, created function and values
Rechecked all possible parameters, values, functions and API's for possible needs of change and errors. After tweaking I hope the code will be sufficient
Changed document name (caused conflict)
Processed feedback into code
** Describe the feature request below **
It appears theres no way in the app to unblock a community. Blocked communities should be listed somewhere with the option to unblock and/or blocked communities should have their block button replaced with unblock.
The text was updated successfully, but these errors were encountered: