@@ -123,7 +123,9 @@ func (r *Relay) Connect(ctx context.Context) error {
case "NOTICE":
var content string
json.Unmarshal(jsonMessage[1], &content)
go func() {
r.Notices <- content
}()
case "AUTH":
var challenge string
json.Unmarshal(jsonMessage[1], &challenge)
The note is not visible to the blocked user.