|
@@ -53,7 +53,7 @@ func (f *FlowSession) ClientRemove(c *websocket.Conn) {
|
|
f.Chat.ClientRemove(c)
|
|
f.Chat.ClientRemove(c)
|
|
}
|
|
}
|
|
|
|
|
|
-// Join the chat room on this session
|
|
|
|
|
|
+// ChatJoin the chat room on this session
|
|
func (f *FlowSession) ChatJoin(c *websocket.Conn, handle string) {
|
|
func (f *FlowSession) ChatJoin(c *websocket.Conn, handle string) {
|
|
f.Chat.ClientAdd(c, handle)
|
|
f.Chat.ClientAdd(c, handle)
|
|
}
|
|
}
|