Add status language field
authorMikael Berthe <mikael@lilotux.net>
Fri, 26 May 2017 10:06:16 +0200
changeset 181 1217aa2a132b
parent 180 33db1dac6d63
child 182 d360e5a41070
Add status language field
types.go
--- a/types.go	Fri May 26 09:56:24 2017 +0200
+++ b/types.go	Fri May 26 10:06:16 2017 +0200
@@ -149,6 +149,7 @@
 	Mentions           []Mention    `json:"mentions"`
 	Tags               []Tag        `json:"tags"`
 	Application        Application  `json:"application"`
+	Language           string       `json:"language"`
 }
 
 // Tag represents a Mastodon tag entity