summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/WebhookTestService.ts
diff options
context:
space:
mode:
authoranatawa12 <anatawa12@icloud.com>2025-08-15 22:39:55 +0900
committerGitHub <noreply@github.com>2025-08-15 22:39:55 +0900
commit60f7278aff27b9a0e03c1f1a2a77663cfb0e0ddb (patch)
tree76d9f4e99144879566c5d39da7de7bd7f11a7668 /packages/backend/src/core/WebhookTestService.ts
parentenhance(frontend): improve enableInfiniteScroll stability (diff)
downloadmisskey-60f7278aff27b9a0e03c1f1a2a77663cfb0e0ddb.tar.gz
misskey-60f7278aff27b9a0e03c1f1a2a77663cfb0e0ddb.tar.bz2
misskey-60f7278aff27b9a0e03c1f1a2a77663cfb0e0ddb.zip
fix: Remote Note Cleaning will delete notes embedded in a page (#16408)
* feat: preserve number of pages referencing the note * chore: delete pages on account delete * fix: notes on the pages are removed by CleanRemoteNotes * test: add the simplest test for page embedded notes * fix: section block is not considered * fix: section block is not considered in migration * chore: remove comments from columns * revert unnecessary change * add pageCount to webhook test * fix type error on backend
Diffstat (limited to 'packages/backend/src/core/WebhookTestService.ts')
-rw-r--r--packages/backend/src/core/WebhookTestService.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/core/WebhookTestService.ts b/packages/backend/src/core/WebhookTestService.ts
index 9cf985b688..907b5ea6be 100644
--- a/packages/backend/src/core/WebhookTestService.ts
+++ b/packages/backend/src/core/WebhookTestService.ts
@@ -85,6 +85,7 @@ function generateDummyNote(override?: Partial<MiNote>): MiNote {
renoteCount: 10,
repliesCount: 5,
clippedCount: 0,
+ pageCount: 0,
reactions: {},
visibility: 'public',
uri: null,