summaryrefslogtreecommitdiff
path: root/types/server
diff options
context:
space:
mode:
Diffstat (limited to 'types/server')
-rw-r--r--types/server/server.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/types/server/server.go b/types/server/server.go
index db2dd8b..cdc1610 100644
--- a/types/server/server.go
+++ b/types/server/server.go
@@ -20,7 +20,6 @@ type Expiry struct {
}
type Profile struct {
- Identifier string `json:"identifier"`
DisplayName map[string]string `json:"display_name,omitempty"`
Protocols []protocol.Protocol `json:"supported_protocols"`
}