Today, for the first time in a long while, I'm able to carve out a whole day to work on #Macstodon . So like I did a few weeks back, this is going to be a "live" thread of my attempt to get bookmarks, boosts, and favourites implemented. Maybe replies too, if there's time. Maybe other things if it goes really well and there's lots of time.

#RetroProgramming

First of all, I just fixed the bug that allowed you to have multiple toots selected at once, across different timelines. That's kind of an important one because we need to know _which_ toot is selected in order to interact with it!

I _almost_ have bookmarks working. I wrote a helper function to find the selected toot and timeline that it belongs to, extract the ID, figure out if it's already been bookmarked or not, and make the appropriate API call.

For some reason the HTTP request is failing though, and I'm getting a generic "malformed URL" error, even though the URL is definitely correct, and other requests seem to work just fine. 😕​

@smallsco Uh, I totally forgot about bookmarks. Have to look into these as well...
@dec_hl The API calls are identical to favourites, so if you've got that implemented already it's trivial 😁​
@smallsco it is usually the GUI side that needs the most attention 😋