瀏覽代碼

fix(Invite): remove unused 'updateInviteUrl'

j8
paweldomas 8 年之前
父節點
當前提交
d342f93547
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0
    8
      modules/UI/invite/Invite.js

+ 0
- 8
modules/UI/invite/Invite.js 查看文件

@@ -169,14 +169,6 @@ class Invite {
169 169
         }
170 170
     }
171 171
 
172
-    /**
173
-     * Updates the room invite url.
174
-     */
175
-    updateInviteUrl (newInviteUrl) {
176
-        this.inviteUrl = newInviteUrl;
177
-        this.updateView();
178
-    }
179
-
180 172
     /**
181 173
      * Helper method for encoding
182 174
      * Invite URL

Loading…
取消
儲存