-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional links of ActivityPub type to speaker and session #144
Comments
After taking to @saerdnaer refined this a bit to |
Could the type be derived from looking at the URL scheme? |
I don’t think so. They are just Clients using this info would typically do that but for schedule import somewhere I think adding an explicit type is simpler. On top of that it might be that someone wants to add a link to eg a profile which is activity pub enabled but not treated as such. In this case using type would also help. |
To allow consumers to integrate the open social web into their applications it would be a good idea to add Fediverse information to the schedule data.
Specifically:
Add entries to the
links
list for sessions and speakers. The links should have a newtype
:activitypub
like this:For any speaker the link should lead to ActivityPub enabled user profile. This allows e.g. users to be followed on the session/user pages
and for sessions it should link to an ActivityPub enabled Note (aka post, e.g. a Mastodon post) for this session. E.g. replies to this can be shown as comments.
Hub issue: https://git.cccv.de/hub/hub/-/issues/572
The text was updated successfully, but these errors were encountered: