feat: add more metadata commands

This commit is contained in:
2024-02-21 14:29:54 +07:00
parent 090e54ec5a
commit 9127d5c5ea
2 changed files with 121 additions and 8 deletions

View File

@@ -100,6 +100,10 @@ fn main() {
nostr::metadata::create_profile,
nostr::metadata::follow,
nostr::metadata::unfollow,
nostr::metadata::set_interest,
nostr::metadata::get_interest,
nostr::metadata::set_settings,
nostr::metadata::get_settings,
nostr::event::get_event,
nostr::event::get_local_events,
nostr::event::get_global_events,