mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Set name / phone texts on-demand.
This commit is contained in:
@@ -78,7 +78,7 @@ rpl::producer<TextWithEntities> NameValue(not_null<PeerData*> peer) {
|
||||
peer,
|
||||
UpdateFlag::Name
|
||||
) | rpl::map([=] {
|
||||
return peer->name;
|
||||
return peer->name();
|
||||
}) | Ui::Text::ToWithEntities();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user