aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/http/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/mod.rs b/src/http/mod.rs
index d9a6a62..82368f4 100644
--- a/src/http/mod.rs
+++ b/src/http/mod.rs
@@ -390,7 +390,7 @@ pub fn create_private_channel(map: &Value) -> Result<PrivateChannel> {
fire(Request {
body: Some(&body),
headers: None,
- route: RouteInfo::GetUserDmChannels,
+ route: RouteInfo::CreatePrivateChannel,
})
}