mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
fix enum repr
This commit is contained in:
@@ -90,10 +90,10 @@ pub struct Kml {
|
||||
/// Location streaming status for one chat.
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum LocationSendingStatus {
|
||||
/// Location streaming is enabled.
|
||||
Enabled = 0,
|
||||
/// Location streaming is disabled.
|
||||
Disabled = 1,
|
||||
Disabled = 0,
|
||||
/// Location streaming is enabled.
|
||||
Enabled = 1,
|
||||
/// Location streaming is enabled but (currently) not possible.
|
||||
Failure = 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user