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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user