Feat: enter room: login with link
This commit is contained in:
@ -242,9 +242,10 @@ func (rr *RoomReq) CreateRoom(creator string) *Room {
|
||||
// ====
|
||||
|
||||
type FullInfo struct {
|
||||
State *UserState
|
||||
Room *Room
|
||||
List []*Room
|
||||
State *UserState
|
||||
Room *Room
|
||||
List []*Room
|
||||
LinkLogin string // room_id
|
||||
}
|
||||
|
||||
func (f *FullInfo) ExitRoom() *Room {
|
||||
|
Reference in New Issue
Block a user