mirror of https://github.com/matrix-org/gomatrix
Tag -> TagContent
This commit is contained in:
parent
4e14b28365
commit
8aae639f6b
2
tags.go
2
tags.go
|
@ -16,7 +16,7 @@ package gomatrix
|
||||||
|
|
||||||
// Tag contains the data for an m.tag message type
|
// Tag 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 Tag struct {
|
type TagContent struct {
|
||||||
Tags map[string]TagProperties `json:"tags"`
|
Tags map[string]TagProperties `json:"tags"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue