浏览代码

[RN] Remove obsolete comment

We have already made the implicit decision not to pursue what the
comment describes. If we ever revisit it, it probably won't be handled
where the comment is anyway.
master
Saúl Ibarra Corretgé 8 年前
父节点
当前提交
328da08b3a
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      react/features/app/actions.js

+ 0
- 5
react/features/app/actions.js 查看文件

37
 function _appNavigateToMandatoryLocation(
37
 function _appNavigateToMandatoryLocation(
38
         dispatch: Dispatch<*>, getState: Function,
38
         dispatch: Dispatch<*>, getState: Function,
39
         newLocation: Object) {
39
         newLocation: Object) {
40
-    // TODO Kostiantyn Tsaregradskyi: We should probably detect if user is
41
-    // currently in a conference and ask her if she wants to close the
42
-    // current conference and start a new one with the new room name or
43
-    // domain.
44
-
45
     const oldLocationURL = getState()['features/base/connection'].locationURL;
40
     const oldLocationURL = getState()['features/base/connection'].locationURL;
46
     const oldHost = oldLocationURL ? oldLocationURL.host : undefined;
41
     const oldHost = oldLocationURL ? oldLocationURL.host : undefined;
47
     const newHost = newLocation.host;
42
     const newHost = newLocation.host;

正在加载...
取消
保存