Daniel García
3 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
1 additions and
0 deletions
-
src/api/identity.rs
|
@ -495,6 +495,7 @@ struct ConnectData { |
|
|
#[field(name = uncased("device_type"))] |
|
|
#[field(name = uncased("device_type"))] |
|
|
#[field(name = uncased("devicetype"))] |
|
|
#[field(name = uncased("devicetype"))] |
|
|
device_type: Option<String>, |
|
|
device_type: Option<String>, |
|
|
|
|
|
#[allow(unused)] |
|
|
#[field(name = uncased("device_push_token"))] |
|
|
#[field(name = uncased("device_push_token"))] |
|
|
#[field(name = uncased("devicepushtoken"))] |
|
|
#[field(name = uncased("devicepushtoken"))] |
|
|
_device_push_token: Option<String>, // Unused; mobile device push not yet supported.
|
|
|
_device_push_token: Option<String>, // Unused; mobile device push not yet supported.
|
|
|