From 5497930dd56b4aeaffbef497c8b53698f14202ce Mon Sep 17 00:00:00 2001 From: Josua Schmid Date: Fri, 22 Dec 2023 10:33:50 +0100 Subject: [PATCH] Deprecate kind 2 --- lib/nostr/event_kind.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nostr/event_kind.rb b/lib/nostr/event_kind.rb index b70cd9f..ceed11a 100644 --- a/lib/nostr/event_kind.rb +++ b/lib/nostr/event_kind.rb @@ -21,6 +21,7 @@ module Nostr # The content is set to the URL (e.g., wss://somerelay.com) of a relay the event creator wants to # recommend to its followers. # + # @deprecated This event kind was removed in https://github.com/nostr-protocol/nips/pull/703/files#diff-39307f1617417657ee9874be314f13aabdc74401b124d0afe8217f2919c9c7d8L105 # @return [Integer] # RECOMMEND_SERVER = 2