@halcy does the suggestions endpoint exist? Doesn't work for me and don't see it in mastodon API docs
@lydia Going to fix that and media api ignoring passed type when you pass file name when I get home (in an hour or so)
@halcy 🤘🏼
@lydia also, http://pastie.org/10970002 code like this works for me for uploading (see previous toot)
@halcy found problem: It doesn't like ~ in the file path
@lydia HA HA yes that's Python. Though, it should probably throw a file not found type error in this case, so That's A Bug
@lydia (p.s. this has screwed me over so many times before)
@halcy Yes, I think it's (correctly) guessing the mimetype and then...sending a nonexistent file. lol
@lydia pythons built in mimetype guesser is really just an extension to mimetype mapper
@halcy is status_context only working for the logged-in user's toots expected?