mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Allow editing topic title and icon.
This commit is contained in:
@@ -671,7 +671,7 @@ TopBarUser::TopBarUser(
|
||||
Info::Profile::NameValue(peer)
|
||||
) | rpl::start_with_next([=](
|
||||
DocumentData *document,
|
||||
TextWithEntities name) {
|
||||
const QString &name) {
|
||||
if (document) {
|
||||
_emojiStatus = std::make_unique<EmojiStatusTopBar>(
|
||||
document,
|
||||
@@ -713,7 +713,7 @@ TopBarUser::TopBarUser(
|
||||
_emojiStatus = nullptr;
|
||||
}
|
||||
|
||||
updateTitle(document, name, controller);
|
||||
updateTitle(document, { name }, controller);
|
||||
updateAbout(document);
|
||||
|
||||
auto event = QResizeEvent(size(), size());
|
||||
|
Reference in New Issue
Block a user