mirror of https://github.com/matrix-org/gomatrix
Tag->TagContent
This commit is contained in:
parent
8aae639f6b
commit
c58e5d92a5
2
tags.go
2
tags.go
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
package gomatrix
|
package gomatrix
|
||||||
|
|
||||||
// Tag 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"`
|
Tags map[string]TagProperties `json:"tags"`
|
||||||
|
|
Loading…
Reference in New Issue