switch to simple ws backed nostr fetcher

This commit is contained in:
Travis Shears 2024-07-05 17:27:41 +02:00
parent c5e5e24802
commit a481626e47
6 changed files with 84 additions and 375 deletions

View file

@ -18,7 +18,8 @@ export type MicroBlogPostSource =
| "blue_sky"
| "mastodon"
| "pleroma"
| "pixelfed";
| "pixelfed"
| "nostr";
export type MicroBlogPost = {
source: MicroBlogPostSource;
@ -26,6 +27,7 @@ export type MicroBlogPost = {
remoteId: string;
authorId: string;
id: string;
posted: string;
expand: {
images?: MicroBlogPostImage[];
tags?: {