mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
some fixes for the 0.9.11.dev version
This commit is contained in:
@@ -324,7 +324,7 @@ void OverviewInner::fixItemIndex(int32 ¤t, MsgId msgId) const {
|
||||
|
||||
void OverviewInner::searchReceived(SearchRequestType type, const MTPmessages_Messages &result, mtpRequestId req) {
|
||||
if (!_search.text().isEmpty()) {
|
||||
if (_type == SearchFromStart) {
|
||||
if (type == SearchFromStart) {
|
||||
SearchQueries::iterator i = _searchQueries.find(req);
|
||||
if (i != _searchQueries.cend()) {
|
||||
_searchCache[i.value()] = result;
|
||||
|
Reference in New Issue
Block a user