mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -95,7 +95,7 @@ void ProcessScheduledMessageWithElapsedTime(
|
||||
}
|
||||
|
||||
bool IsForceLogoutNotification(const MTPDupdateServiceNotification &data) {
|
||||
return qs(data.vtype()).startsWith(qstr("AUTH_KEY_DROP_"));
|
||||
return qs(data.vtype()).startsWith(u"AUTH_KEY_DROP_"_q);
|
||||
}
|
||||
|
||||
bool HasForceLogoutNotification(const MTPUpdates &updates) {
|
||||
|
Reference in New Issue
Block a user