mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
@@ -43,7 +43,6 @@ namespace {
|
||||
while (from < end && *from != '\n' && *from != '\r') {
|
||||
++from;
|
||||
}
|
||||
++from;
|
||||
return (from < end);
|
||||
} else {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user