client: remove publish function, create statuses through pipeline

This commit is contained in:
Alex Gleason
2023-08-17 20:54:11 -05:00
parent 0158a6979e
commit 719b703e7c
3 changed files with 2 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
import { type AppController } from '@/app.ts';
import { publish } from '@/client.ts';
import { ISO6391, Kind, z } from '@/deps.ts';
import * as pipeline from '@/pipeline.ts';
import { getAncestors, getDescendants, getEvent } from '@/queries.ts';