I adjusted the thresholds.
Old:
Current rules are:
- 0.35% of very-established users ignore you: no public highlight, but a range on your posts that only you can see
- 0.5% of very-established users ignore you: light highlight
- 0.75% of very-established users ignore you: medium highlight
- 1% of very-established users ignore you: dark highlight
New:
Current rules are:
- 0.35% of very-established users ignore you: no public highlight, but a range on your posts that only you can see
- 0.5% of very-established users ignore you: light highlight
- 1% of very-established users ignore you: medium highlight
- 1.5% of very-established users ignore you: dark highlight
Also, I made the light highlight lighter.
I changed the algorithm to take into account your number of posts.
ignore_ratio = (established_ignore_count + 1 - posts / 500) / total_established_users
The range that you might see under your avatar is no longer quite accurate, though it's pretty close.