2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Show selected sublist as active in list.

This commit is contained in:
John Preston
2024-01-02 12:59:22 +04:00
parent 175914f02b
commit c51a8816eb
4 changed files with 15 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ not_null<Data::SavedSublist*> SublistWidget::sublist() const {
Dialogs::RowDescriptor SublistWidget::activeChat() const {
return {
_history,
_sublist,
FullMsgId(_history->peer->id, ShowAtUnreadMsgId)
};
}