mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Fix display of Search members button in profile.
This commit is contained in:
@@ -63,6 +63,12 @@ void ActionsWidget::notifyPeerUpdated(const Notify::PeerUpdate &update) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (update.flags & UpdateFlag::MembersChanged) {
|
||||||
|
if (peer()->isMegagroup()) {
|
||||||
|
// Search members button could change.
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
if (needFullRefresh()) {
|
if (needFullRefresh()) {
|
||||||
|
Reference in New Issue
Block a user