mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Allow editing topic title and icon.
This commit is contained in:
@@ -70,11 +70,7 @@ Cover::Cover(
|
||||
QWidget *parent,
|
||||
not_null<PeerData*> peer,
|
||||
not_null<Window::SessionController*> controller)
|
||||
: Cover(parent, peer, controller, NameValue(
|
||||
peer
|
||||
) | rpl::map([=](const TextWithEntities &name) {
|
||||
return name.text;
|
||||
})) {
|
||||
: Cover(parent, peer, controller, NameValue(peer)) {
|
||||
}
|
||||
|
||||
Cover::Cover(
|
||||
|
Reference in New Issue
Block a user