Respect #noBot and #noIndex author opt-outs #58
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Zhongli currently boosts posts without checking whether the author has opted out of bot interaction. Authors signal this by placing #noBot or #noIndex in their profile bio, or by tagging individual posts with #noBot. This generates admin reports and violates Fediverse social norms.
Findings: Status.account.note (HTML bio) is already available on the Status returned by find_status_by_url — no extra API call needed. Status.tags covers the per-post #noBot tag.
Plan: