1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Missed a function

This commit is contained in:
David Baker
2017-01-26 10:09:33 +00:00
parent bf66f77acb
commit 23a25e550d

View File

@@ -439,7 +439,7 @@ module.exports = React.createClass({
return inviteList;
},
_lookupThreepid(medium, address) {
_lookupThreepid: function(medium, address) {
// wait a bit to let the user finish typing
return q.delay(500).then(() => {
// If the query has changed, forget it