wip: handle events
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
||||
use nostr_sdk::prelude::*;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum StateEvent {
|
||||
//
|
||||
ReceivedContactList,
|
||||
ReceivedProfile(Box<Profile>),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user