我的问题(

This commit is contained in:
shenjack 2024-08-02 19:25:55 +08:00
parent b8fd3cfc19
commit 4753df8ded
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -99,7 +99,7 @@ pub async fn start_tailchat(
for (group, room) in config.notice_room { for (group, room) in config.notice_room {
let startup_msg = let startup_msg =
crate::data_struct::tailchat::messages::SendingMessage::new_without_meta( crate::data_struct::tailchat::messages::SendingMessage::new_without_meta(
"ica-rs 启动成功", "ica-rs 启动成功".to_string(),
group.clone(), group.clone(),
Some(room.clone()), Some(room.clone()),
); );