mirror of https://github.com/matrix-org/gomatrix
Build issues resolved
This commit is contained in:
parent
8083606ef5
commit
f96350d0a8
1
tags.go
1
tags.go
|
@ -1,7 +1,6 @@
|
||||||
package gomatrix
|
package gomatrix
|
||||||
|
|
||||||
// Tag contains the data for a Tag which can be referenced by the Tag name
|
// Tag contains the data for a Tag which can be referenced by the Tag name
|
||||||
// Tags is based on the Room Tagging feature as described in https://matrix.org/docs/spec/client_server/r0.2.0.html#room-tagging
|
|
||||||
type Tag struct {
|
type Tag struct {
|
||||||
Tags map[string]TagProperties `json:"tags"`
|
Tags map[string]TagProperties `json:"tags"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue