stickynotes alias

This commit is contained in:
Alex Gleason
2024-05-01 16:14:50 -05:00
parent 9d0be2de0d
commit 3513206de1
22 changed files with 38 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
import { NostrFilter } from '@nostrify/nostrify';
import Debug from '@soapbox/stickynotes/debug';
import { z } from 'zod';
import { type AppController } from '@/app.ts';
import { Conf } from '@/config.ts';
import { Debug } from '@/deps.ts';
import { getFeedPubkeys } from '@/queries.ts';
import { bech32ToPubkey } from '@/utils.ts';
import { renderReblog, renderStatus } from '@/views/mastodon/statuses.ts';