2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-07 13:26:47 +00:00

Add shared media empty placeholders.

This commit is contained in:
John Preston
2017-11-14 21:22:44 +04:00
parent fafcd02e7c
commit 8dfccf55d1
29 changed files with 257 additions and 18 deletions

View File

@@ -390,7 +390,7 @@ void DelayedSearchController::setQuery(
void DelayedSearchController::setQueryFast(const Query &query) {
_controller.setQuery(query);
_sourceChanges.fire({});
_currentQueryChanges.fire_copy(query.query);
}
} // namespace Api