Allow posting a status to Nostr

This commit is contained in:
Alex Gleason
2023-03-04 23:26:25 -06:00
parent 73884c212f
commit 2acfecc1eb
9 changed files with 122 additions and 8 deletions

View File

@@ -34,4 +34,4 @@ const fetchFollows = (pubkey: string): Promise<Event<3> | null> => {
});
};
export { fetchEvent, fetchFollows, fetchUser };
export { fetchEvent, fetchFollows, fetchUser, pool };