mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
icon in search in supergroup fixed, edit button for supergroup admins added, crash fix in cached image loading
This commit is contained in:
@@ -318,7 +318,7 @@ void TopBarWidget::showAll() {
|
||||
_forward.hide();
|
||||
_mediaType.hide();
|
||||
} else {
|
||||
if (p && p->isChannel() && p->asChannel()->amCreator()) {
|
||||
if (p && p->isChannel() && (p->asChannel()->amCreator() || (p->isMegagroup() && p->asChannel()->amEditor()))) {
|
||||
_edit.show();
|
||||
} else {
|
||||
_edit.hide();
|
||||
|
Reference in New Issue
Block a user