Skip to content

Commit 9d1ad09

Browse files
committed
fix(NextcloudBookmarks): Do not remember result of checkFeatureJavascriptLinks() across syncs
to not duplicate bookmarklets when the first sync in the session fails due to network outage fixes #1959 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent add4734 commit 9d1ad09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/adapters/NextcloudBookmarks.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -767,9 +767,6 @@ export default class NextcloudBookmarksAdapter implements Adapter, BulkImportRes
767767
}
768768

769769
async checkFeatureJavascriptLinks(): Promise<void> {
770-
if (this.hasFeatureJavascriptLinks !== null) {
771-
return
772-
}
773770
try {
774771
const json = await this.sendRequest(
775772
'GET',

0 commit comments

Comments
 (0)