You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Missed a function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user