1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-05-15 20:13:22 +00:00

Update tags.go

Co-Authored-By: SUMUKHA-PK <sumukhapk46@gmail.com>
This commit is contained in:
Andrew Morgan 2019-03-26 22:01:24 +05:30 committed by GitHub
parent da9261fac6
commit 566b83c1b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ type Tag struct {
Tags map[string]TagProperties `json:"tags"`
}
// TagProperties contains the properties of an MTag
// TagProperties contains the properties of a Tag
type TagProperties struct {
Order float32 `json:"order,omitempty"` // Empty values must be neglected
}