diff --git a/src/api/notifications.rs b/src/api/notifications.rs index aa2641f1..244025e8 100644 --- a/src/api/notifications.rs +++ b/src/api/notifications.rs @@ -26,7 +26,7 @@ fn negotiate(_headers: Headers, _conn: DbConn) -> JsonResult { let mut available_transports: Vec = Vec::new(); if CONFIG.websocket_enabled() { - available_transports.push(json!({"transport":"WebSockets", "transferFormats":["Text","Binary"]})); + available_transports.push(json!({"transport":"WebSockets", "transferFormats":["Text"]})); } // TODO: Implement transports