backend for xcvr appview
2
fork

Configure Feed

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

add default profile for xcvr, some logging

rachel-mp4 f3c8856a 87f175e2

+1
+1
server/internal/model/channelLexiconStream.go
··· 133 133 } 134 134 135 135 func (m *Model) BroadcastMessage(uri string, msg types.Message) { 136 + m.logger.Deprintln("broadcasting!") 136 137 lsm := m.uriMap[uri] 137 138 if lsm == nil { 138 139 return