diff --git a/app/components/inbox/InboxList.vue b/app/components/inbox/InboxList.vue index 5930c8f..1b60e14 100755 --- a/app/components/inbox/InboxList.vue +++ b/app/components/inbox/InboxList.vue @@ -618,7 +618,9 @@ const rows = computed(() => { body: bodyResult?.html ?? null, bodyApproximate: bodyResult?.approximate ?? false, extraSnippets, - extraFields + extraFields, + matchesPosition: activity._matchesPosition, + bodyMatchCount: activity._matchesPosition?.body?.length } }) @@ -688,6 +690,9 @@ useIntersectionObserver(
+ + +