소스 검색

Merge pull request #654 from foxbot/issues/discordapp-967

fix: remove _trace from helloOp
Skippy 5 년 전
부모
커밋
c52d70f86a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      wsapi.go

+ 0 - 1
wsapi.go

@@ -261,7 +261,6 @@ type heartbeatOp struct {
 
 type helloOp struct {
 	HeartbeatInterval time.Duration `json:"heartbeat_interval"`
-	Trace             []string      `json:"_trace"`
 }
 
 // FailedHeartbeatAcks is the Number of heartbeat intervals to wait until forcing a connection restart.