#[snarfed]!tell dansup just fyi, i noticed a couple more small differences btw pixelfed's and mastodon's APIs. 1) status.in_reply_to_id is an int instead of a string, 2) account.created at: is int POSIX timestamp instead of ISO8601 string. lmk if you want me to file issue(s)!
fibonacchoz, allgoDiscord[m], TyphooNDiscord[m, SmileRobotDiscor, icaruszDiscord[m, babaitDiscord[m], AltFreqDiscord[m, sprayDiscord[m], carsonfarmerDisc, KartikPrabhu, geoffo and gRegorLove joined the channel; nickodd left the channel
#aaronpkHoly crap I think I broke XRay and only just now noticed because I was trying to push some new data into aperture
#aaronpkapparently I don't have tests for this tho? So weird
#aaronpkActually that would explain why some of my channels have been quiet for a while
#jamietannaSomething that's just tripped me up in Micropub's error states is how it returns `insufficient_scope` as a 401 (https://www.w3.org/TR/micropub/#error-response), opposed to https://tools.ietf.org/html/rfc6750#section-3.1 mostly expecting it to be a 403 (`SHOULD`) - what was the reasoning for this? It means unfortunately I'll have to work around using a battle-tested OAuth2 framework for Java to make it work in a spec-compliant way.