Browse Source

Support delete supergroup when creator

master
Igor Zhukov 6 years ago
parent
commit
cceb3d1a76
  1. 2
      app/partials/desktop/channel_modal.html

2
app/partials/desktop/channel_modal.html

@ -108,7 +108,7 @@ @@ -108,7 +108,7 @@
</div>
<div class="md_modal_iconed_section_wrap md_modal_iconed_section_link" ng-if="!chatFull.chat.pFlags.left && !chatFull.chat.pFlags.kicked && !isMegagroup">
<div class="md_modal_iconed_section_wrap md_modal_iconed_section_link" ng-if="chatFull.chat.pFlags.creator || !chatFull.chat.pFlags.left && !chatFull.chat.pFlags.kicked && !isMegagroup">
<i class="md_modal_section_icon md_modal_section_icon_more"></i>
<div class="md_modal_section_link_wrap" ng-if="!chatFull.chat.pFlags.left && !chatFull.chat.pFlags.kicked && !isMegagroup">

Loading…
Cancel
Save