From faa4a024f69a5f170a89a57ee1e93508f5e87446 Mon Sep 17 00:00:00 2001 From: epoberezkin Date: Wed, 8 Jan 2025 09:43:39 +0000 Subject: [PATCH] deploy: 569832c8de7d485de828ccc7153e677cb4859b15 --- docs/protocol/simplex-chat.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/protocol/simplex-chat.schema.json b/docs/protocol/simplex-chat.schema.json index 2e94a4f2c2..50d41265f7 100644 --- a/docs/protocol/simplex-chat.schema.json +++ b/docs/protocol/simplex-chat.schema.json @@ -113,6 +113,12 @@ "properties": { "text": {"type": "string", "metadata": {"comment": "can be empty"}} } + }, + "report": { + "properties": { + "text": {"type": "string", "metadata": {"comment": "can be empty, includes report reason for old clients"}}, + "reason": {"enum": ["spam", "illegal", "community", "other"]} + } } }, "metadata": {