feat: Chat request implementation #14
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ pub enum ServerEventType {
|
|||
/// New chat request from someone
|
||||
ChatRequest { from: PublicKey },
|
||||
/// New chat request response from someone
|
||||
ChatRequestResponse { from: PublicKey, accepted: bool },
|
||||
ChatRequestResponse { accepted: bool, from: PublicKey },
|
||||
awiteb marked this conversation as resolved
|
||||
/// Error event
|
||||
Error {
|
||||
name: &'static str,
|
||||
|
|
Loading…
Reference in a new issue
in the client, you mentioned to make it alphabetical, should it be the same here?
Yes, I forgot it