We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As described, you can get the list of users that a user blocked by current_user.blocked.
current_user.blocked
Is there any way to get the list of users who blocked a user like: current_user.blocked_by?
current_user.blocked_by
I tried to implement it but I failed. Is there any tricky way to do so?
The text was updated successfully, but these errors were encountered:
I was wondering the same things
Sorry, something went wrong.
No branches or pull requests
As described, you can get the list of users that a user blocked by
current_user.blocked
.Is there any way to get the list of users who blocked a user like:
current_user.blocked_by
?I tried to implement it but I failed. Is there any tricky way to do so?
The text was updated successfully, but these errors were encountered: