lila icon indicating copy to clipboard operation
lila copied to clipboard

Prohibit blocked users from posting in the comments thread of the blocker account's blog.

Open nojoking opened this issue 1 year ago • 4 comments

There could be some other "holes" in the block feature that we could plug.

nojoking avatar Oct 24 '23 19:10 nojoking

That would allow bloggers to block any negative feedback. Actually that's already the case with moderation perm given to the blog author.

kraktus avatar Oct 24 '23 19:10 kraktus

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.

nojoking avatar Oct 24 '23 20:10 nojoking

Shall I take this?

Carbrex avatar Feb 20 '24 20:02 Carbrex

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.

schlawg avatar Feb 21 '24 04:02 schlawg