Version 6.3.9.

- Fix possible crash in audio playback speed menu.
- Fix possible crash in forum or bot topic deletion.
This commit is contained in:
John Preston
2025-12-15 21:44:01 +04:00
parent 3e22cb6d0a
commit beb4fafdf3
8 changed files with 21 additions and 17 deletions

View File

@@ -152,7 +152,7 @@ void AddExpandablePeerList(
using namespace Info::Profile;
auto name = controller->data.bold
? NameValue(peer) | rpl::map(tr::bold)
? (NameValue(peer) | rpl::map(tr::bold) | rpl::type_erased)
: NameValue(peer) | rpl::map(tr::marked);
const auto userpic
= Ui::CreateChild<Ui::UserpicButton>(line, peer, st);