switch to simple ws backed nostr fetcher
This commit is contained in:
parent
c5e5e24802
commit
a481626e47
6 changed files with 84 additions and 375 deletions
|
|
@ -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?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue