A reasonable ActivityPub / ActivityStreams API to schedule something to be posted in the future might be — to HTTP POST something to an account's outbox with the `published` field set to a date-time in the future.
-
schrieb vor 4 Tagen zuletzt editiert von
A reasonable ActivityPub / ActivityStreams API to schedule something to be posted in the future might be — to HTTP POST something to an account's outbox with the `published` field set to a date-time in the future.
#ActivityPub #ActivityStreams #DeSo #FediDev #FediDevs #Fediverse
-
A reasonable ActivityPub / ActivityStreams API to schedule something to be posted in the future might be — to HTTP POST something to an account's outbox with the `published` field set to a date-time in the future.
#ActivityPub #ActivityStreams #DeSo #FediDev #FediDevs #Fediverse
schrieb vor 4 Tagen zuletzt editiert von@reiver@mastodon.social yes, although this is not well supported.
I accidentally federated out a note with a timestamp in the future and it caused Lemmy to pin my note to the top of the recent posts list
-
A reasonable ActivityPub / ActivityStreams API to schedule something to be posted in the future might be — to HTTP POST something to an account's outbox with the `published` field set to a date-time in the future.
#ActivityPub #ActivityStreams #DeSo #FediDev #FediDevs #Fediverse
schrieb vor 4 Tagen zuletzt editiert von@reiver does the server in your scenario disseminate the activity to the rest of the fediverse at the published date, or upon receiving it?
-
@reiver does the server in your scenario disseminate the activity to the rest of the fediverse at the published date, or upon receiving it?
schrieb vor 4 Tagen zuletzt editiert vonIt tries to do it on the published date-time.
-
It tries to do it on the published date-time.
schrieb vor 4 Tagen zuletzt editiert von@reiver that seems to involve a lot of complexity for a a piece of software that theoretically should be quite simple. I don't think I'd implement that for my code.
-
@reiver that seems to involve a lot of complexity for a a piece of software that theoretically should be quite simple. I don't think I'd implement that for my code.
schrieb vor 4 Tagen zuletzt editiert von@mariusor@metalhead.club I realized after I replied that I think @reiver@mastodon.social was talking about C2S?
Definitely on S2S that's a no-go. There aren't enough guarantees.