Update TelegramPipelineBot.java

This commit is contained in:
Ludy87
2025-12-09 09:22:35 +01:00
parent fa653ea4cf
commit fbdd640eef

View File

@@ -137,6 +137,7 @@ public class TelegramPipelineBot extends TelegramLongPollingBot {
String.format(
"File mime type %s is not allowed. Allowed types are: %s",
mimeType, String.join(", ", allowedMimeTypes)));
return;
}
}
try {