wip: polish

This commit is contained in:
2023-10-18 08:43:31 +07:00
parent 7fa1e89dc8
commit 489ab6bd0b
17 changed files with 293 additions and 205 deletions

View File

@@ -404,14 +404,14 @@ export function useNostr() {
removeContact,
getAllNIP04Chats,
getAllEventsSinceLastLogin,
getContactsByPubkey,
getEventsByPubkey,
getAllRelaysByUsers,
fetchActivities,
fetchNIP04Messages,
fetchAllReplies,
publish,
createZap,
upload,
getContactsByPubkey,
getEventsByPubkey,
getAllRelaysByUsers,
};
}