Minor change

This commit is contained in:
SUMUKHA-PK 2019-08-01 15:48:58 +05:30
parent e20ba7d4fb
commit 35ae5fadeb
1 changed files with 1 additions and 1 deletions

View File

@ -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