mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
streaming.ts: remove unused import of getAuthor
This commit is contained in:
parent
25a4384587
commit
ccffe3abea
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { NostrFilter } from '@soapbox/nspec';
|
|||
import { type AppController } from '@/app.ts';
|
||||
import { Conf } from '@/config.ts';
|
||||
import { Debug, z } from '@/deps.ts';
|
||||
import { getAuthor, getFeedPubkeys } from '@/queries.ts';
|
||||
import { getFeedPubkeys } from '@/queries.ts';
|
||||
import { Sub } from '@/subs.ts';
|
||||
import { bech32ToPubkey } from '@/utils.ts';
|
||||
import { renderStatus } from '@/views/mastodon/statuses.ts';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue