mirror of
https://github.com/matrix-org/gomatrix
synced 2025-05-14 19:43:23 +00:00
Minor change
This commit is contained in:
parent
e20ba7d4fb
commit
35ae5fadeb
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue