mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Send unrecognized commands as text message (as before)
This commit is contained in:
parent
4c7da89219
commit
c06d07a276
@ -316,7 +316,8 @@ angular.module('RoomController', ['ngSanitize', 'mFileInput'])
|
||||
break;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
if (!promise) {
|
||||
// Send the text message
|
||||
promise = matrixService.sendTextMessage($scope.room_id, $scope.textInput);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user