Skip to content

Commit

Permalink
Change pusher app key
Browse files Browse the repository at this point in the history
  • Loading branch information
715209 committed Jul 18, 2024
1 parent 79f19cb commit 57de40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat/kick.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::{
config, error, ChatSender,
};

const KICK_CHAT_WS: &str = "wss://ws-us2.pusher.com/app/eb1d5f283081a78b932c?protocol=7&client=js&version=7.6.0&flash=false";
const KICK_CHAT_WS: &str = "wss://ws-us2.pusher.com/app/32cbd69e4b950bf97679?protocol=7&client=js&version=7.6.0&flash=false";

pub struct Kick {
_req_client: reqwest::Client,
Expand Down

0 comments on commit 57de40f

Please sign in to comment.