better Chat, but many bugs
This commit is contained in:
@@ -11,7 +11,8 @@ pub fn run() {
|
||||
.manage(chat::NostrState(Mutex::new(None)))
|
||||
.invoke_handler(tauri::generate_handler![
|
||||
home::fetch_nostr_posts,
|
||||
chat::send_nostr_message
|
||||
chat::send_nostr_message,
|
||||
chat::get_nostr_messages
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
|
||||
Reference in New Issue
Block a user