diff options
Diffstat (limited to 'src/message/signalproxy/objects/networkinfo.rs')
| -rw-r--r-- | src/message/signalproxy/objects/networkinfo.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/message/signalproxy/objects/networkinfo.rs b/src/message/signalproxy/objects/networkinfo.rs index e5aa6ea..49351ad 100644 --- a/src/message/signalproxy/objects/networkinfo.rs +++ b/src/message/signalproxy/objects/networkinfo.rs @@ -26,11 +26,11 @@ pub struct NetworkInfo { pub sasl_password: String, // ByteArray - #[network(rename = "codecForServer", override_type = "ByteArray")] + #[network(rename = "codecForServer", type = "ByteArray")] pub codec_for_server: String, - #[network(rename = "codecForEncoding", override_type = "ByteArray")] + #[network(rename = "codecForEncoding", type = "ByteArray")] pub codec_for_encoding: String, - #[network(rename = "codecForDecoding", override_type = "ByteArray")] + #[network(rename = "codecForDecoding", type = "ByteArray")] pub codec_for_decoding: String, // TODO add these type aliases or usertypes in variants |
