mirror of
https://github.com/matrix-org/gomatrix
synced 2025-06-05 06:13:22 +00:00
Tag -> TagContent
This commit is contained in:
parent
4e14b28365
commit
8aae639f6b
1 changed files with 1 additions and 1 deletions
2
tags.go
2
tags.go
|
@ -16,7 +16,7 @@ package gomatrix
|
|||
|
||||
// Tag contains the data for an m.tag message type
|
||||
// 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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue