mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
voice messages and shared contacts redesigned (contacts not realtime-updated yet)
This commit is contained in:
@@ -91,6 +91,10 @@ namespace Ui {
|
||||
return false;
|
||||
}
|
||||
|
||||
void showPeerHistory(const PeerId &peer, MsgId msgId, bool back) {
|
||||
if (MainWidget *m = App::main()) m->showPeerHistory(peer, msgId, back);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
namespace Notify {
|
||||
@@ -111,4 +115,8 @@ namespace Notify {
|
||||
if (MainWidget *m = App::main()) m->notify_redrawHistoryItem(item);
|
||||
}
|
||||
|
||||
void historyItemLayoutChanged(const HistoryItem *item) {
|
||||
if (MainWidget *m = App::main()) m->notify_historyItemLayoutChanged(item);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user