mirror of https://github.com/procxx/kepka.git
Don't scroll down when read from another device.
This commit is contained in:
parent
63129072ba
commit
b16696db93
|
@ -1706,9 +1706,6 @@ void History::applyInboxReadUpdate(
|
||||||
}
|
}
|
||||||
|
|
||||||
void History::inboxRead(MsgId upTo, std::optional<int> stillUnread) {
|
void History::inboxRead(MsgId upTo, std::optional<int> stillUnread) {
|
||||||
if (unreadCount() > 0 && loadedAtBottom()) {
|
|
||||||
App::main()->historyToDown(this);
|
|
||||||
}
|
|
||||||
if (stillUnread.has_value() && folderKnown()) {
|
if (stillUnread.has_value() && folderKnown()) {
|
||||||
setUnreadCount(*stillUnread);
|
setUnreadCount(*stillUnread);
|
||||||
} else if (const auto still = countStillUnreadLocal(upTo)) {
|
} else if (const auto still = countStillUnreadLocal(upTo)) {
|
||||||
|
|
Loading…
Reference in New Issue