mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Divide structs into several data/ modules.
This commit is contained in:
@@ -291,9 +291,12 @@ void showPeerHistory(
|
||||
ShowWay way,
|
||||
anim::type animated,
|
||||
anim::activation activation) {
|
||||
auto ms = getms();
|
||||
LOG(("Show Peer Start"));
|
||||
if (MainWidget *m = App::main()) {
|
||||
m->ui_showPeerHistory(peer, msgId, way, animated, activation);
|
||||
}
|
||||
LOG(("Show Peer End: %1").arg(getms() - ms));
|
||||
}
|
||||
|
||||
void showPeerHistoryAsync(const PeerId &peer, MsgId msgId, ShowWay way) {
|
||||
|
Reference in New Issue
Block a user