mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -112,7 +112,7 @@ void SaveChatAdmin(
|
||||
const auto &type = error.type();
|
||||
if (retryOnNotParticipant
|
||||
&& isAdmin
|
||||
&& (type == qstr("USER_NOT_PARTICIPANT"))) {
|
||||
&& (type == u"USER_NOT_PARTICIPANT"_q)) {
|
||||
AddChatParticipant(chat, user, [=] {
|
||||
SaveChatAdmin(chat, user, isAdmin, onDone, onFail, false);
|
||||
}, onFail);
|
||||
|
Reference in New Issue
Block a user