From c00e2b7550c1d88a7a1d8f04b38f31fca14ab7bb Mon Sep 17 00:00:00 2001 From: water <130329555+water783@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:29:46 +0800 Subject: [PATCH] Only for file-URL content --- 17.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/17.md b/17.md index bca9bbd..33f9e19 100644 --- a/17.md +++ b/17.md @@ -54,7 +54,7 @@ Kind `14`s MUST never be signed. If it is signed, the message might leak to rela ["decryptiion-nonce", ""], // rest of tags... ], - "content": "" + "content": "" } ``` @@ -64,7 +64,7 @@ Kind 15 is used for sending encrypted file event messages: - `encryption-algorithm`: Indicates the encryption algorithm used for encrypting the file. Supported algorithms may include `aes-gcm`, `chacha20-poly1305`,`aes-cbc` etc. - `decryption-key`: The decryption key that will be used by the recipient to decrypt the file. - `decryption-nonce`: The decryption nonce that will be used by the recipient to decrypt the file. -- `content`: Contains either the URL of the file (``) or the encrypted data in base64 format (``). +- `content`: The URL of the file (``). ## Chat Rooms