From 41078bbe23241e86ef22979a46f145722b084fdb Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Tue, 10 Sep 2024 09:33:03 -0700 Subject: [PATCH] Remove single-character requirement --- 25.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/25.md b/25.md index 8efd718a..276e73fb 100644 --- a/25.md +++ b/25.md @@ -8,9 +8,8 @@ Reactions `draft` `optional` A reaction is a `kind 7` event that is used to indicate user reactions to other events. A -reaction's `content` field MUST include a single character indicating the value of the reaction. -Reactions MUST NOT be used to support application-level semantics, they are for user-generated -content only. +reaction's `content` field MUST include user-generated-content indicating the value of the +reaction. A reaction with `content` set to `+` or an empty string MUST be interpreted as a "like" or "upvote". A reaction with `content` set to `-` MUST be interpreted as a "dislike" or "downvote".