Skip to content

Commit

Permalink
iam:fix event
Browse files Browse the repository at this point in the history
  • Loading branch information
ljl committed Jan 22, 2024
1 parent 0634748 commit 62fa781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/iam/src/iam_initializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ async fn init_ws_iam_send_event_client() -> Option<TardisWSClient> {
}
let funs = iam_constants::get_tardis_inst();
let conf = funs.conf::<IamConfig>();
set_default_iam_send_avatar("".to_owned());
if !conf.in_event {
return None;
}
Expand Down

0 comments on commit 62fa781

Please sign in to comment.