RE: https://infosec.exchange/@nyanbinary/116367575892180483

Looks like I am breaking things accidentally now?  

Quick-firing the posts seems to have broken threading in one test? Showing up correctly threaded on the sending instance but unthreaded here 

From the perspective of the sending instance:

[user@machine ~]$ curl -s -H "Authorization: Bearer [removed]" https://mastodon.social/api/v1/statuses/116375447592202847 | jq ".id, .url, .uri, .in_reply_to_id"
"116375447592202847"
"https://mastodon.social/@nyanbinary_alt/116375447592202847"
"https://mastodon.social/ap/users/116365607147038888/statuses/116375447592202847"
"116375447572552853"

From the perspective of the receiving instance:

[user@machine ~]$ curl -s -H "Authorization: Bearer [removed]" https://infosec.exchange/api/v1/statuses/116375447686132383 | jq ".id, .url, .uri, .in_reply_to_id"
"116375447686132383"
"https://mastodon.social/@nyanbinary_alt/116375447592202847"
"https://mastodon.social/ap/users/116365607147038888/statuses/116375447592202847"
null

(delete & redraft because jfc, I forgot to redact a token [already rotated] and user/machine name...)