chore: remove FIXME
parent
d32915cf3f
commit
5895fa2910
|
@ -45,7 +45,6 @@ class NotFound implements Processor {
|
|||
|
||||
@Override
|
||||
public CompletableFuture<Optional<BaseRequest<?, ?>>> process(TgChat chat, Update update) {
|
||||
// FIXME complete it with: localization, callbackQuery to show help message
|
||||
return CompletableFuture.supplyAsync(
|
||||
() ->
|
||||
templateContentGenerator.mergeTemplate(
|
||||
|
|
Loading…
Reference in New Issue