You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Searching: Define the room id in the const object.
This commit is contained in:
@@ -79,6 +79,7 @@ async function localSearchFunc(searchTerm, roomId = undefined) {
|
||||
before_limit: 1,
|
||||
after_limit: 1,
|
||||
order_by_recency: true,
|
||||
room_id: undefined,
|
||||
};
|
||||
|
||||
if (roomId !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user