From c4107e9d52c6b313ef131b14533648ce5f7f6d22 Mon Sep 17 00:00:00 2001 From: Bruno Bernard Date: Tue, 25 Jul 2023 01:11:59 +0400 Subject: [PATCH] Relay can provide a list of emoji --- 11.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/11.md b/11.md index ec46b367..468a82df 100644 --- a/11.md +++ b/11.md @@ -267,6 +267,24 @@ A URL pointing to an image to be used as an icon for the relay. Recommended to b } ``` + +### Emojis ### + +Related to [NIP-30](./30.md), a relay can provide a list of emojis. + +```json +{ +... + "emojis": { + "soapbox": "https://gleasonator.com/emoji/Gleasonator/soapbox.png", + "ablobcatrainbow": "https://gleasonator.com/emoji/blobcat/ablobcatrainbow.png", + "disputed": "https://gleasonator.com/emoji/Fun/disputed.png", + "gleasonator": "https://gleasonator.com/emoji/Gleasonator/gleasonator.png" + } +... +} +``` + ### Examples ### As of 2 May 2023 the following `curl` command provided these results.