From a7e6164f0e7dba9c641185907a023aece4056df1 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 12 Jun 2023 11:56:35 +0800 Subject: [PATCH] :art: Improve the mouse hove data sync button information on the desktop and browser https://github.com/siyuan-note/siyuan/issues/8521 --- kernel/model/sync.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kernel/model/sync.go b/kernel/model/sync.go index 47c2d1da3..f3626c5c7 100644 --- a/kernel/model/sync.go +++ b/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()