mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
merged supergroup with migrated group history, loading messages by 3 (temp! testing)
This commit is contained in:
@@ -1195,7 +1195,11 @@ void EditChannelBox::showAll() {
|
||||
_description.show();
|
||||
_save.show();
|
||||
_cancel.show();
|
||||
_publicLink.show();
|
||||
if (_channel->isMegagroup()) {
|
||||
_publicLink.hide();
|
||||
} else {
|
||||
_publicLink.show();
|
||||
}
|
||||
}
|
||||
|
||||
void EditChannelBox::showDone() {
|
||||
|
Reference in New Issue
Block a user