John Spurlock
John Spurlock
Ah, sorry when you said "id" I thought you meant the ActivityPub `id` property. I was not able to find a programmatic way to do this either (lookup the Mastodon...
Nice find! Those resolution endpoints in that issue will come in handy when handed an AP url and doing a client-side reply via the Mastodon/Pleroma api. I'll find a place...
Ah, ok - thanks for getting back. There is a new open standard for podcast episode comments that relies on the existing basic Fediverse protocol (ActivityPub, Webfinger, http signatures for...
Yep, we're using the article permalink for inReplyTo. Test article: https://lehman-family.com/jstest/ (also is the AP "id" returned when requesting with accept: application/json) But replying doesn't seem to work, even from...
Alright, verified that the 406 response received was due to the shared WP host's custom security filter. They tweaked their secret algorithm and the AP payloads are now allowed through....
@mediaformat still eagerly awaiting this - any news on this front?
> @johnspurlock yes, it is planned as part of #142 Excellent! Thank you
I don't like brew, so I was running from source (main) -> go install. The existing logging wasn't quite specific enough, so I added `config.LogLevel = aws.LogLevel(aws.LogDebugWithSigning | aws.LogDebugWithHTTPBody)` to...
Whelp, the new service just implemented `ListObjects` v1 and a basic litestream replication test seems to work! Still would be nice to have those s3 debugging options