fix(Invite): remove unused 'updateInviteUrl'

pull/1008/head
paweldomas 8 years ago
parent ecfc56461e
commit d342f93547
  1. 8
      modules/UI/invite/Invite.js

@ -169,14 +169,6 @@ class Invite {
}
}
/**
* Updates the room invite url.
*/
updateInviteUrl (newInviteUrl) {
this.inviteUrl = newInviteUrl;
this.updateView();
}
/**
* Helper method for encoding
* Invite URL

Loading…
Cancel
Save