tangled
alpha
login
or
join now
moth11.net
/
rvcx
3
fork
atom
backend for xcvr appview
3
fork
atom
overview
issues
4
pulls
pipelines
rename image to imageView
moth11.net
5 months ago
079d2dce
15bac333
+1
-1
1 changed file
expand all
collapse all
unified
split
server
internal
types
lexicons.go
+1
-1
server/internal/types/lexicons.go
···
231
231
Type string `json:"$type,const=org.xcvr.lrc.defs#mediaView"`
232
232
URI string `json:"uri"`
233
233
Author ProfileView `json:"author"`
234
234
-
Image *ImageView `json:"image,omitempty"`
234
234
+
Image *ImageView `json:"imageView,omitempty"`
235
235
Nick *string `json:"nick,omitempty"`
236
236
Color *uint32 `json:"color,omitempty"`
237
237
SignetURI string `json:"signetURI"`