You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, at jekyll-activity-pub we're tracking activities created/updated/deleted on a YAML file that needs to be kept around after build. Builds that run on CIs need to commit and push this, which can be awkward depending on the CI (apparently it's frowned upon?)
If we could fetch an ordered collection to retrieve the IDs of activities that the Social Inbox has seen it'd be great, but come to think of it, it should also contain the latest activity type too, and I'm not sure if that's a valid activity. Something like this (and maybe published and updated attributes too):
We talked this being Nice to have but already covered by the jekyll-activity-pub plugin so not immediately needed. It'd be useful for other client implementations later on.
Right now, at jekyll-activity-pub we're tracking activities created/updated/deleted on a YAML file that needs to be kept around after build. Builds that run on CIs need to commit and push this, which can be awkward depending on the CI (apparently it's frowned upon?)
If we could fetch an ordered collection to retrieve the IDs of activities that the Social Inbox has seen it'd be great, but come to think of it, it should also contain the latest activity type too, and I'm not sure if that's a valid activity. Something like this (and maybe
published
andupdated
attributes too):The text was updated successfully, but these errors were encountered: