From da9261fac60a965e2ee56eb536c2c5598aebacf6 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 26 Mar 2019 22:01:15 +0530 Subject: [PATCH] Update tags.go Co-Authored-By: SUMUKHA-PK --- tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags.go b/tags.go index 7a3c29e..a5e4a95 100644 --- a/tags.go +++ b/tags.go @@ -1,6 +1,6 @@ package gomatrix -// Tag contains the data for a Tag which can be referenced by the Tag name +// Tag contains the data for an m.tag message type type Tag struct { Tags map[string]TagProperties `json:"tags"` }