Email or username:

Password:

Forgot your password?
Gregory

Working on private messages in #Smithereen and I'm wondering how much sense CWs make for them. From Mastodon's PoV, "private messages" are just posts. They thus share all the same properties. In my implementation, however, messages are distinct from posts, both in the UI and in the database. In my UI I don't have anywhere to display that content warning as a spoiler without it being super awkward. I can use it as a subject line however ๐Ÿค”

Any thoughts?

#activitypub #mastodev

6 comments
Mike Macgirvin
Be advised there may or may not be anything deserving of a warning in the summary field. It's purely a Mastodon convention.

The de facto usage definition comes from the early work on RSS by news organisations in the mid 90s. What they wanted was

title
summary (brief description)
body

Most syndication/federation protocols were built around that model. ActivityStreams maps these to name, summary, and content. Content warnings really belong elsewhere, but this wasn't offered in the AS spec. This might be a good subject for an FEP, so that there's something well-defined to use instead of summary. I for one would adopt it in a heartbeat to get our summary field back.  

My advice to @Gregory would be to ignore summary completely on DMs if they don't fit your UX design, but hide images if sensitive is set. People can lose their jobs (or got to jail) over "indecent" images popping up without warning.
Be advised there may or may not be anything deserving of a warning in the summary field. It's purely a Mastodon convention.

The de facto usage definition comes from the early work on RSS by news organisations in the mid 90s. What they wanted was
ะะปะตะบัะตะน ะคะฐัะฝั

Gregory, yeah, I mean, what is that for? Some AI examines post/message content and hides it under the spoiler if it may be not safe for work or something like that?

Gregory

@afaians you're supposed to add them yourself. As in, half the fediverse would block you if you post porn without a CW on it.

ะะปะตะบัะตะน ะคะฐัะฝั

Gregory, ah, I wouldn't care much about anyone blocking me for anything I post. But spoilers are ok in IM, I use it in Telegram sometimes to actually hide spoilers.

Go Up