2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Fix build with Xcode.

This commit is contained in:
John Preston
2024-01-16 11:20:41 +04:00
parent 6b910e11e5
commit 6f64fea0b1
3 changed files with 12 additions and 3 deletions

View File

@@ -2691,6 +2691,12 @@ bool Widget::setSearchInChat(
return true;
}
bool Widget::setSearchInChat(
Key chat,
PeerData *from) {
return setSearchInChat(chat, from, {});
}
void Widget::clearSearchCache() {
_searchCache.clear();
_singleMessageSearch.clear();