fix: failing tests after Mark logic
This commit is contained in:
@@ -99,7 +99,7 @@ func streamingRoomStates(
|
||||
fmt.Fprint(w, "\n\n")
|
||||
w.(http.Flusher).Flush()
|
||||
if session.PersonId == room.CurrentSpeaker {
|
||||
log.Printf("/rooms/subscribe sending 'become-speaker' to %s", session.PersonId)
|
||||
log.Printf("/rooms/subscribe sending 'become-speaker' to %d", session.PersonId)
|
||||
fmt.Fprint(w, "event: become-speaker\ndata:yo\n\n")
|
||||
w.(http.Flusher).Flush()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user