backend for xcvr appview
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix json hints for channelview

+2 -2
+2 -2
server/internal/types/lexicons.go
··· 91 91 Host string `json:"host"` 92 92 Creator ProfileView `json:"creator"` 93 93 Title string `json:"title"` 94 - ConnectedCount *int `json:"int"` 95 - Topic *string `json:"topic"` 94 + ConnectedCount *int `json:"connectedCount,omitempty"` 95 + Topic *string `json:"topic,omitempty"` 96 96 CreatedAt time.Time `json:"createdAt"` 97 97 } 98 98