mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Read chats only on sending (support).
This commit is contained in:
@@ -4002,7 +4002,10 @@ bool MainWidget::isActive() const {
|
||||
}
|
||||
|
||||
bool MainWidget::doWeReadServerHistory() const {
|
||||
return isActive() && !_mainSection && _history->doWeReadServerHistory();
|
||||
return isActive()
|
||||
&& !Auth().supportMode()
|
||||
&& !_mainSection
|
||||
&& _history->doWeReadServerHistory();
|
||||
}
|
||||
|
||||
bool MainWidget::doWeReadMentions() const {
|
||||
|
Reference in New Issue
Block a user