mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Message edit warning timer (up to 15 minutes).
Displaying "edited" info in messages.
This commit is contained in:
@@ -1395,8 +1395,8 @@ void DialogsInner::selectSkipPage(int32 pixels, int32 direction) {
|
||||
_sel = *i;
|
||||
}
|
||||
} else {
|
||||
for (auto i = shownDialogs()->cfind(_sel), b = shownDialogs()->cbegin(); i != b && (toSkip--); --i) {
|
||||
_sel = *i;
|
||||
for (auto i = shownDialogs()->cfind(_sel), b = shownDialogs()->cbegin(); i != b && (toSkip--);) {
|
||||
_sel = *(--i);
|
||||
}
|
||||
if (toSkip && importantDialogs) {
|
||||
_importantSwitchSel = true;
|
||||
|
Reference in New Issue
Block a user