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:
@@ -540,7 +540,7 @@ bool ForumTopic::chatListUnreadMark() const {
|
||||
}
|
||||
|
||||
bool ForumTopic::chatListMutedBadge() const {
|
||||
return true;
|
||||
return history()->mute();
|
||||
}
|
||||
|
||||
HistoryItem *ForumTopic::chatListMessage() const {
|
||||
|
Reference in New Issue
Block a user