mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
links preview done
This commit is contained in:
@@ -239,8 +239,7 @@ bool IntroSignup::nameSubmitFail(const RPCError &error) {
|
||||
showError(lang(lng_bad_name));
|
||||
last.setFocus();
|
||||
return true;
|
||||
}
|
||||
if (QRegularExpression("^FLOOD_WAIT_(\\d+)$").match(err).hasMatch()) {
|
||||
} else if (error.type().startsWith(qsl("FLOOD_WAIT_"))) {
|
||||
showError(lang(lng_flood_error));
|
||||
last.setFocus();
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user