@matigo I was thinking to show a post tombstone for deleted posts. ;)
@matigo Cool. I figured it was a WIP. Was hoping to unpickle Larry, and forgot you were awake now. :)
@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. :\
Looks like account-level mute/silence is reflected by ismuted and issilenced 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.
// @larand