|
|
@ -145,7 +145,6 @@ func (s *Server) OnText(c *Connection, b Buffer) { |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
msg.Chat.Chat.Status.ContactRequest.Userid = c.Session.Userid |
|
|
|
msg.Chat.Chat.Status.ContactRequest.Userid = c.Session.Userid |
|
|
|
log.Println("CCCCCCCC", msg.Chat.Chat.Status.ContactRequest) |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
atomic.AddUint64(&c.h.unicastChatMessages, 1) |
|
|
|
atomic.AddUint64(&c.h.unicastChatMessages, 1) |
|
|
|
s.Unicast(c, msg.Chat.To, msg.Chat) |
|
|
|
s.Unicast(c, msg.Chat.To, msg.Chat) |
|
|
|