Emelia Smith
Emelia Smith
We do clarify the usage of Add Activities with regards to Caching in the Primer: https://www.w3.org/wiki/ActivityPub/Primer/Add_activity > If the receiving server is keeping a cached version of the remote collection,...
To keep this issue focused, I should've probably noted that tangent as a separate issue: https://github.com/w3c/activitypub/issues/466 Perhaps an idea to move comments relating to that to this issue & hide...
I'm not suggesting keeping copies of collections, but that caching is important, and very often we just want to communicate membership in a collection. I'd probably say Add and Remove...
@trwnh yeah, I'd possibly even go as far as saying it's a near duplicate.. I'm not sure why I didn't find that issue when I opened this one (I'm pretty...
I've documented more of the user experience concerns in https://github.com/mastodon/mastodon/issues/31083
Closing as I think this can be moved to the ActivityPub Trust & Safety Taskforce within SWICG.
Yeah, I think Boto3 is the go-to package for interfacing with S3 compatible object storage in python. It can read directly from environment variables. I'm not sure whether we'd need...
I did just notice that we have the following in mastodon: ```ruby Doorkeeper.configure do # ... grant_flows %w(authorization_code client_credentials) # ... end ``` I guess arguably we should add `refresh_token`...
The `refresh_token` flow also isn't mentioned in https://github.com/doorkeeper-gem/doorkeeper/blob/main/lib/generators/doorkeeper/templates/initializer.rb#L354-L370
I have just found `token_grant_flows` which does do the same logic as above, but if you have `grant_flows` containing `refresh_token` then the refresh token flow is listed twice (not sure...