From 8fe06ec8330c1992dd4519835a33c56809876568 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 6 Feb 2024 16:47:14 +0100 Subject: Types Server: Remove protocols from profile --- types/server/server.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'types') diff --git a/types/server/server.go b/types/server/server.go index 4198e86..10b1cc4 100644 --- a/types/server/server.go +++ b/types/server/server.go @@ -86,8 +86,6 @@ type Profile struct { // E.g. {"en": "Default Profile"} // If this is empty, the field is omitted from the JSON DisplayName map[string]string `json:"display_name,omitempty"` - // Protocols is the list of protocols that this profile supports - Protocols []protocol.Protocol `json:"supported_protocols"` } // Profiles is the map of profiles with the current defined -- cgit v1.2.3