lila
lila copied to clipboard
Prohibit blocked users from posting in the comments thread of the blocker account's blog.
There could be some other "holes" in the block feature that we could plug.
That would allow bloggers to block any negative feedback. Actually that's already the case with moderation perm given to the blog author.
Deleting a post isn't very effective if the same user can just posts the same thing again later.
I'm ok with bloggers blocking whoever they don't like. "Blocking" is already possible in team forums by removing the user from the team. I think users are within their rights to associate with whoever they want to for whatever reasons they want to.
Shall I take this?
Sure. I believe what NoJoke wants is to disable the reply form if ctx.me is blocked by the topic author and categ._id == ForumCateg.uBlogId
in app/views/forum/topic.scala#show
. You'll want to check the relation from the controller as that will be async.