2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 07:05:13 +00:00

Implement correct jump to message / unread / bottom.

This commit is contained in:
John Preston
2022-10-11 15:55:36 +04:00
parent 3999bca823
commit eec4b72d9a
13 changed files with 402 additions and 484 deletions

View File

@@ -540,7 +540,7 @@ bool ForumTopic::chatListUnreadMark() const {
}
bool ForumTopic::chatListMutedBadge() const {
return true;
return history()->mute();
}
HistoryItem *ForumTopic::chatListMessage() const {