Support for remote objects where `summary` is meant to be the post body, not a content warning
Another follow up issue to #880 (closed).
What happened?
I searched for an Event object https://wp-test.event-federation.eu/veranstaltung/test-event-with-long-summary/
Edit: The events summary got treated as CW and the HTML markup was not rendered but shown.
What did you expect to happen?
The summary to be treated and rendered as HTML. See https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary.
Edit: I see the problem lies deeper. Sharkey probably is treating the Event
like it does a Note
. It assumes, that a summary
is a content warning. I would prefer to happen, and I also understand the specification in that way (altough it is quite vague), is generating a Text-Representation of the Event
via the summary
and the name
attribute.
Version
2024.11.2
Instance
What type of issue is this?
A federation ActivityPub specification issue.
Contribution Guidelines
By submitting this issue, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have searched the issue tracker for similar issues, and this is not a duplicate.