Skip to content

Server features should be []any, not []string #7932

@dfawley

Description

@dfawley

ServerFeatures []string `json:"server_features,omitempty"`

Per A30:

 // A list of features supported by the server. New values will // be added over time. For forward compatibility reasons, the // client will ignore any entry in the list that it does not // understand, ***regardless of type***. 

(*'s added for emphasis)

We need to not fail to parse if other types are encountered here.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions