Browse Source

Comments.

pull/3/head
Simon Eisenmann 12 years ago
parent
commit
ff802725fd
  1. 2
      src/app/spreed-speakfreely-server/connection.go

2
src/app/spreed-speakfreely-server/connection.go

@ -63,7 +63,7 @@ type Connection struct {
// Metadata. // Metadata.
Id string Id string
Roomid string Roomid string // Keep Roomid here for quick acess without locking c.User.
Idx uint64 Idx uint64
User *User User *User
IsRegistered bool IsRegistered bool

Loading…
Cancel
Save