mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Update API scheme to layer 93. Broken.
This commit is contained in:
@@ -283,7 +283,7 @@ rpl::producer<bool> CanAddMemberValue(
|
||||
chat,
|
||||
Notify::PeerUpdate::Flag::ChatCanEdit
|
||||
) | rpl::map([chat] {
|
||||
return chat->canEdit();
|
||||
return chat->canEditInformation(); // #TODO groups
|
||||
});
|
||||
} else if (auto channel = peer->asChannel()) {
|
||||
return Notify::PeerUpdateValue(
|
||||
|
Reference in New Issue
Block a user