mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
Code cleanup: Remove single-target, timestamp-cache
This commit is contained in:
parent
00175cad39
commit
3805fa1b66
6 changed files with 16 additions and 228 deletions
|
@ -172,9 +172,6 @@ func C2SReady(conn *websocket.Conn, client *ClientInfo, msg ClientMessage) (rmsg
|
|||
go func() {
|
||||
client.MessageChannel <- ClientMessage{MessageID: msg.MessageID, Command: SuccessCommand}
|
||||
SendBacklogForNewClient(client)
|
||||
// if disconnectAt != 0 {
|
||||
// SendTimedBacklogMessages(client, time.Unix(disconnectAt, 0))
|
||||
// }
|
||||
client.MsgChannelKeepalive.Done()
|
||||
}()
|
||||
return ClientMessage{Command: AsyncResponseCommand}, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue