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

This commit is contained in:
Daniel 2023-06-12 11:56:35 +08:00
parent a0d3dfa3c5
commit a7e6164f0e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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