mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Update API scheme to layer 93. Broken.
This commit is contained in:
@@ -354,7 +354,8 @@ void Filler::addUserActions(not_null<UserData*> user) {
|
||||
|
||||
void Filler::addChatActions(not_null<ChatData*> chat) {
|
||||
if (_source != PeerMenuSource::ChatsList) {
|
||||
if (chat->canEdit()) {
|
||||
// #TODO groups
|
||||
if (chat->canEditInformation()) {
|
||||
_addAction(
|
||||
lang(lng_manage_group_title),
|
||||
[chat] { Ui::show(Box<EditPeerInfoBox>(chat)); });
|
||||
|
Reference in New Issue
Block a user