Feature Highlight for v4.12.0 — Activity Intents
2026-06-02 15:03 UTC
@thisismissem hmm if I set sensitive to false wouldn't that communicate the same intent, just explicitly?
Replies (1)
-
@thisismissem@activitypub.space 2026-06-02 15:15
@julian said: @thisismissem hmm if I set sensitive to false wouldn't that communicate the same intent, just explicitly? Yes: as:sensitive of false is the same as as:sensitive being omitted more or less. You could split hairs and say it's an "unknown" sensitive state, but as it's a boolean I'd be inclined to say missing is equal to false. See: https://swicg.github.io/miscellany/#sensitive This is also a processing model document that @trwnh@mastodon.social has written: https://github.com/swicg/activitypub-trust-and-safety/pull/122/ — it's intended to describe how things currently are.