Update TelegramPipelineBot.java

This commit is contained in:
Ludy87 2025-12-09 09:22:35 +01:00
parent fa653ea4cf
commit fbdd640eef
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

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 {