fix: Sort ServerEventType::ChatRequestResponse
event alphabetically
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
48acab2519
commit
c13d0fc59b
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 },
|
||||
/// Error event
|
||||
Error {
|
||||
name: &'static str,
|
||||
|
|
Loading…
Reference in a new issue