mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
delete now works with multi-select
This commit is contained in:
@@ -176,8 +176,6 @@ karma: ${comment.score}, created at ${dateTimeStr}</p><p></p>`
|
||||
// if there have been no imported comments on this page, there shouldn't be any to import
|
||||
// on the next page since those are older
|
||||
if (listing.data.after && importedComments > 0) {
|
||||
log.info("Reddit: Importing from next page of comments ...");
|
||||
|
||||
importedComments += await importComments(accountName, listing.data.after);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user