zlacker

[return to "Building Bluesky comments for my blog"]
1. aranw+K6[view] [source] 2025-08-07 16:26:11
>>g0xA52+(OP)
Only thing I’m wondering about with this is how do you moderate the comments? Delete spam or rude comments?
◧◩
2. ascorb+oa[view] [source] 2025-08-07 16:44:33
>>aranw+K6
I'm not sure if this implements it, but Bluesky has an API to hide replies (called thread gating). It's a separate API call though, so you don't get it automatically when loading a thread via the API.

I built a web component for the same purpose, and you can see in there how I implemented threadgating: https://github.com/ascorbic/bluesky-comments-tag

[go to top]