From 35ae5fadeb02fe2b33a890772d565ed6e53e36a3 Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Thu, 1 Aug 2019 15:48:58 +0530 Subject: [PATCH] Minor change --- tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags.go b/tags.go index 9c17882..2ef9281 100644 --- a/tags.go +++ b/tags.go @@ -17,7 +17,7 @@ package gomatrix // 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,omitemmpty"` + Tags map[string]TagProperties `json:"tags,omitempty"` } // TagProperties contains the properties of a Tag