I was thinking to show a post tombstone for deleted posts. ;)

@kdfrawg But all the cool kids are clicking it!

Cool. I figured it was a WIP. Was hoping to unpickle Larry, and forgot you were awake now. :)

I figured I just wouldn't be sent invisible posts, though?

@kdfrawg The mute_thread bit controls whether it's a post or a thread mute, not whether it is (or is not) muted. You pick which flavor of muting you want in the confirmation pop-up that appears after you hit the eject button.

OK, muting is done via POST /content/:postID/mute with a body of { "mute_thread":«"Y" or "N"» }. Not sure if you can get a passel of mutes and remove them after based on that approach. :\

Huh, is_muted and is_visible flags in the post, too.

Looks like account-level mute/silence is reflected by is_muted and is_silenced properties in the account object. Not sure about post-level, looking there next.

@kdfrawg Mute and silence show up on the profile, yup. The eject arrow on a post for thread muting is new, though.

//

Ah, seeing the eject arrow now. Had to refresh first. :)