mirror of
https://github.com/matrix-org/gomatrix
synced 2025-06-06 14:53:22 +00:00
Build issues resolved
This commit is contained in:
parent
1ec97e4eae
commit
8083606ef5
1 changed files with 1 additions and 1 deletions
2
tags.go
2
tags.go
|
@ -1,7 +1,7 @@
|
||||||
package gomatrix
|
package gomatrix
|
||||||
|
|
||||||
// Tags is based on the Room Tagging feature as described in https://matrix.org/docs/spec/client_server/r0.2.0.html#room-tagging
|
|
||||||
// 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…
Add table
Add a link
Reference in a new issue