浏览代码

: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()