fix(Invite): remove unused 'updateInviteUrl'
This commit is contained in:
parent
ecfc56461e
commit
d342f93547
|
@ -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…
Reference in New Issue