This repository was archived by the owner on Aug 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
apps/mobile/src/features/inbox Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import { buildInboxViewedProperties } from "@posthog/core/inbox/engagement" ;
12import {
23 buildArchiveListOrdering ,
34 buildPriorityFilterParam ,
45 buildSignalReportListOrdering ,
56 INBOX_PIPELINE_STATUSES ,
67} from "@posthog/core/inbox/reportFiltering" ;
8+ import { isRestorableReport } from "@posthog/core/inbox/reportMembership" ;
79import { formatSignalReportSummaryMarkdown } from "@posthog/core/inbox/reportPresentation" ;
810import { dismissalReasonLabel } from "@posthog/shared" ;
911import type {
@@ -13,11 +15,7 @@ import type {
1315 SignalReportStatus ,
1416} from "@posthog/shared/domain-types" ;
1517import { describe , expect , it } from "vitest" ;
16- import {
17- buildInboxViewedProperties ,
18- isRestorableReport ,
19- sourceLine ,
20- } from "./utils" ;
18+ import { sourceLine } from "./utils" ;
2119
2220function signal ( source_product : string , source_type : string ) : Signal {
2321 return {
You can’t perform that action at this time.
0 commit comments