1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-06-05 06:13:22 +00:00

Tag -> TagContent

This commit is contained in:
SUMUKHA-PK 2019-03-26 22:25:40 +05:30
parent 4e14b28365
commit 8aae639f6b

View file

@ -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"`
}