fix: failing tests after Mark logic

This commit is contained in:
efim
2023-11-25 15:29:50 +00:00
parent 31e3f06f3b
commit 0d4e10be40
2 changed files with 47 additions and 2 deletions

View File

@@ -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()
}