fix(Invite): remove unused 'updateInviteUrl'
This commit is contained in:
@@ -169,14 +169,6 @@ class Invite {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates the room invite url.
|
||||
*/
|
||||
updateInviteUrl (newInviteUrl) {
|
||||
this.inviteUrl = newInviteUrl;
|
||||
this.updateView();
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper method for encoding
|
||||
* Invite URL
|
||||
|
||||
Reference in New Issue
Block a user