mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 08:26:30 +03:00
hack: decrease ratelimit for .testrun.org subdomains
This commit is contained in:
@@ -401,7 +401,7 @@ enum ExitResult {
|
||||
|
||||
async fn handle_cmd(
|
||||
line: &str,
|
||||
ctx: Context,
|
||||
mut ctx: Context,
|
||||
selected_chat: &mut ChatId,
|
||||
) -> Result<ExitResult, Error> {
|
||||
let mut args = line.splitn(2, ' ');
|
||||
|
||||
Reference in New Issue
Block a user