From 1695d819d9ffd71a72601f1e623f401e5e2cb0b1 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Fri, 18 Feb 2022 16:45:11 -0500 Subject: [PATCH] Make CW type optional --- proposals/3725-content-warnings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/3725-content-warnings.md b/proposals/3725-content-warnings.md index bbe2c701b..17215501b 100644 --- a/proposals/3725-content-warnings.md +++ b/proposals/3725-content-warnings.md @@ -43,7 +43,7 @@ Content warnings are represented by a new event content type } ``` -The `type` field is required, and represents the general, machine-readable +The `type` field is optional, and represents the general, machine-readable reason for the content warning. The following types are provided: - `m.spoiler` for spoilers @@ -51,7 +51,7 @@ reason for the content warning. The following types are provided: - `m.graphic` for graphic or disturbing content - `m.medical` for e.g. epilepsy warnings -The `description` field is optional, and represents a more specific, +The `description` field is also optional, and represents a more specific, human-readable description of the content warning. ## Potential issues