update required attributed list for Mobilizon
This commit is contained in:
parent
78aa705831
commit
aef872d06f
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,7 @@ It neglets all event related fields but `title`, `summary` and `url` which it us
|
|||
- [`attributedTo`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedTo) or [`actor`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-actor): Mobilizon uses actor for the user profile and attributedTo for the group. But as `actor` being part of an object is not part of the ActivityPub spec, solely using `attributedTo` might preferred if they are similar.
|
||||
- `id`: This is also used for the `url`.
|
||||
- [`name`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name): The events title.
|
||||
- [`startTime`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-startTime)
|
||||
|
||||
### Optional
|
||||
|
||||
|
@ -49,7 +50,6 @@ It neglets all event related fields but `title`, `summary` and `url` which it us
|
|||
- `participantCount`: [Not parsed at the moment](https://framagit.org/framasoft/mobilizon/-/issues/1412)
|
||||
- [`repliesModerationOption`](https://docs.joinmobilizon.org/contribute/activity_pub/#repliesModerationOption)
|
||||
- `remainingAttendeeCapacity`: [Not parsed at the moment](https://framagit.org/framasoft/mobilizon/-/issues/1412)
|
||||
- [`startTime`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-startTime)
|
||||
- [`tag`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag)
|
||||
- `timezone`
|
||||
- `url`: [Documentation](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-url) - Note: `url` was added to the list as it was referenced in the text but not explicitly listed in the initial set.
|
||||
|
|
Loading…
Reference in a new issue