Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions proposals/2414-optional-content-reporting-reason.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# MSC2414: Make `reason` optional for reporting content

Currently, the spec says that the `reason` parameter on the content reporting
endpoint is required, but also says that the string "may be blank." This
seems to be a contradiction.

This MSC proposes that the `required` flag for this parameter be removed, as
well as the "may be blank" clause in the description.

Note that the kicking and banning endpoints already have optional `reason`
parameters. The other endpoints mentioned in #2367 will likely also add
optional `reason` parameters, so it seems that it would be more more consistent
with the rest of the spec to make this optional as well.