From 305ad8bd2d913f3ca63fd6168d2f9a6c1f7d701e Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Tue, 28 Mar 2023 18:30:30 +0300 Subject: [PATCH] Issue #171: default to using user own auth token for public linked notebooks --- src/communication/communicationmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/communication/communicationmanager.cpp b/src/communication/communicationmanager.cpp index e155c64b..b3a0de19 100644 --- a/src/communication/communicationmanager.cpp +++ b/src/communication/communicationmanager.cpp @@ -645,7 +645,7 @@ bool CommunicationManager::authenticateToLinkedNotebookShard(LinkedNotebook &boo // Connect to the proper shard linkedNoteStore = newNoteStore(book.noteStoreUrl, newRequestContext(authToken, requestTimeout)); - linkedAuthToken = ""; + linkedAuthToken = authToken; noteStore = linkedNoteStore; // Now, authenticate to the book. Books