소스 검색

:art: Improve the mouse hove data sync button information on the desktop and browser https://github.com/siyuan-note/siyuan/issues/8521

Daniel 2 년 전
부모
커밋
a7e6164f0e
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      kernel/model/sync.go

+ 0 - 5
kernel/model/sync.go

@@ -667,11 +667,6 @@ func connectSyncWebSocket() {
 		return
 	}
 
-	if "1602224134353" != Conf.User.UserId {
-		// TODO 测试账号
-		return
-	}
-
 	//logging.LogInfof("connecting sync websocket...")
 	var dialErr error
 	webSocketConn, dialErr = dialSyncWebSocket()