forked from erincandescent/activitypump
-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
Description
Mastodon has Content Warnings and they seem like a pretty good idea. Currently, it looks like Mastodon will implement Content Warnings using the summary field which is pretty clever.
Previously I thought / assumed that Content Warnings could/would be done on the tag property with a special type, like {"tag": [{"type": "ContentWarning", "content": "American Gods spoilers"}]}
but maybe this summary solution is a better idea. Maybe we should still keep the "ContentWarning" type in there, I dunno?