Merge pull request #206 from matrix-org/dbkr/invites_silently_fail
Make 3pid invite failures show errorspull/21833/head
						commit
						f997a6fff2
					
				|  | @ -202,12 +202,12 @@ module.exports = React.createClass({ | |||
|         var promise = inviteWarningDefer.promise; | ||||
|         if (isEmailAddress) { | ||||
|             promise = promise.then(function() { | ||||
|                  MatrixClientPeg.get().inviteByEmail(self.props.roomId, inputText); | ||||
|                  return MatrixClientPeg.get().inviteByEmail(self.props.roomId, inputText); | ||||
|             }); | ||||
|         } | ||||
|         else { | ||||
|             promise = promise.then(function() { | ||||
|                 MatrixClientPeg.get().invite(self.props.roomId, inputText); | ||||
|                 return MatrixClientPeg.get().invite(self.props.roomId, inputText); | ||||
|             }); | ||||
|         } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker