I think this issue could be fixed by adding
return if user.silenced? || user.suspended?
to
and
By the way, I am curious as to why the permission check for can_post_anonymously is not implemented within the Guardian module.
I think this issue could be fixed by adding
return if user.silenced? || user.suspended?
to
and
By the way, I am curious as to why the permission check for can_post_anonymously is not implemented within the Guardian module.