mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Don't show 406 error messages in AI.
This commit is contained in:
@@ -1203,6 +1203,10 @@ void ComposeAiContent::request() {
|
||||
return;
|
||||
}
|
||||
weak->_requestId = 0;
|
||||
if (MTP::IgnoreError(error)) {
|
||||
weak->resetState(CardState::Waiting);
|
||||
return;
|
||||
}
|
||||
weak->showError(error.type());
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user