diff --git a/src/app/spreed-speakfreely-server/connection.go b/src/app/spreed-speakfreely-server/connection.go index 676d4cfd..96d7360c 100644 --- a/src/app/spreed-speakfreely-server/connection.go +++ b/src/app/spreed-speakfreely-server/connection.go @@ -63,7 +63,7 @@ type Connection struct { // Metadata. Id string - Roomid string + Roomid string // Keep Roomid here for quick acess without locking c.User. Idx uint64 User *User IsRegistered bool