analyze_logs: detect outdated launchers

This commit is contained in:
seth 2023-12-12 15:55:04 -05:00
parent 2067697ff1
commit a86bbfe0a9
4 changed files with 115 additions and 51 deletions

View file

@ -53,7 +53,7 @@ pub async fn handle(
eta::handle(ctx, new_message).await?;
expand_link::handle(ctx, new_message).await?;
analyze_logs::handle(ctx, new_message).await?;
analyze_logs::handle(ctx, new_message, data).await?;
}
Event::MessageDelete {