Differences From Artifact [d38ced8c9c]:
- File src/main.rs — part of check-in [614456ed35] at 2025-02-22 08:16:01 on branch trunk — huge crates bump (user: arcade, size: 1753) [annotate] [blame] [check-ins using]
To Artifact [3296d64e7b]:
- File src/main.rs — part of check-in [a2880e5100] at 2025-04-19 08:06:50 on branch frankenstein — well, that was an attempt to go teloxide, but let's try frankenstein (user: arcade, size: 1751) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | task::block_on(async { let mut reply_to: Option<telegram_bot::UserId>; loop { reply_to = None; match stream.next().await { Some(update) => { if let Err(err) = handle(update?, &core, &reply_to).await { |
︙ |