mirror of https://github.com/matrix-org/gomatrix
Minor change
This commit is contained in:
parent
e20ba7d4fb
commit
35ae5fadeb
2
tags.go
2
tags.go
|
@ -17,7 +17,7 @@ package gomatrix
|
||||||
// TagContent contains the data for an m.tag message type
|
// TagContent contains the data for an m.tag message type
|
||||||
// https://matrix.org/docs/spec/client_server/r0.4.0.html#m-tag
|
// https://matrix.org/docs/spec/client_server/r0.4.0.html#m-tag
|
||||||
type TagContent struct {
|
type TagContent struct {
|
||||||
Tags map[string]TagProperties `json:"tags,omitemmpty"`
|
Tags map[string]TagProperties `json:"tags,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// TagProperties contains the properties of a Tag
|
// TagProperties contains the properties of a Tag
|
||||||
|
|
Loading…
Reference in New Issue