mirror of https://github.com/matrix-org/gomatrix
Update tags.go
Co-Authored-By: SUMUKHA-PK <sumukhapk46@gmail.com>
This commit is contained in:
parent
da9261fac6
commit
566b83c1b0
2
tags.go
2
tags.go
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue