mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Remove old shared media overview section.
Also move window/top_bar_widget to history/history_top_bar_widget.
This commit is contained in:
@@ -272,12 +272,6 @@ void showPeerProfile(const PeerId &peer) {
|
||||
}
|
||||
}
|
||||
|
||||
void showPeerOverview(const PeerId &peer, MediaOverviewType type) {
|
||||
if (auto m = App::main()) {
|
||||
m->showMediaOverview(App::peer(peer), type);
|
||||
}
|
||||
}
|
||||
|
||||
void showPeerHistory(
|
||||
const PeerId &peer,
|
||||
MsgId msgId) {
|
||||
|
Reference in New Issue
Block a user