diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-06 16:47:14 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | 8fe06ec8330c1992dd4519835a33c56809876568 (patch) | |
| tree | da1ac822e0838590c3f1c916bfe4909fac7e3e4e /types/server/server.go | |
| parent | 50ca13f2928e6598f9a41dd987e75f798bfe4536 (diff) | |
Types Server: Remove protocols from profile
Diffstat (limited to 'types/server/server.go')
| -rw-r--r-- | types/server/server.go | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
