Skip to content

Commit

Permalink
Merge pull request #32 from frontend-park-mail-ru/fix_rk3
Browse files Browse the repository at this point in the history
поиск
  • Loading branch information
oFem1m authored May 5, 2024
2 parents 89e6615 + b90909c commit ef5c54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/ChatPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default class ChatPage extends BasePage {
search_type: type,
};
if (type === 'message') {
search.chatID = this.#currentChatId || '';
search.chat_id = this.#currentChatId || '';
}
this.#chatList.getSearcher().getSocket().sendRequest(search);
} else {
Expand Down

0 comments on commit ef5c54c

Please sign in to comment.