Fix incorrect reference to matrixClient
This commit is contained in:
2
index.js
2
index.js
@@ -194,7 +194,7 @@ Searx.prototype.handleMessage = function(event, room) {
|
||||
return;
|
||||
}
|
||||
else if (resultIndex > (results.length - 1)) {
|
||||
this.matrixClient.sendNotice(room.roomId, "No result found for \""+toSearch+"\" at position "+resultIndex+1);
|
||||
matrixClient.sendNotice(room.roomId, "No result found for \""+toSearch+"\" at position "+resultIndex+1);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user