mirror of
https://github.com/matrix-org/gomatrix
synced 2025-05-15 20:13:22 +00:00
Tag->TagContent
This commit is contained in:
parent
8aae639f6b
commit
c58e5d92a5
1 changed files with 1 additions and 1 deletions
2
tags.go
2
tags.go
|
@ -14,7 +14,7 @@
|
|||
|
||||
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
|
||||
type TagContent struct {
|
||||
Tags map[string]TagProperties `json:"tags"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue