summaryrefslogtreecommitdiff
path: root/src/hub
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5typesApi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5typesApi.go b/src/hub/src/spreadspace.org/sfive/s5typesApi.go
index 0cd5100..265380c 100644
--- a/src/hub/src/spreadspace.org/sfive/s5typesApi.go
+++ b/src/hub/src/spreadspace.org/sfive/s5typesApi.go
@@ -43,7 +43,7 @@ type StreamId struct {
type SourceId struct {
Hostname string `json:"hostname"`
StreamId StreamId `json:"streamer-id"`
- Tags []string `json:"tags"`
+ Tags []string `json:"tags,omitempty"`
}
type ClientData struct {