Pārlūkot izejas kodu

[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 gadus atpakaļ
vecāks
revīzija
328da08b3a
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  1. 0
    5
      react/features/app/actions.js

+ 0
- 5
react/features/app/actions.js Parādīt failu

@@ -37,11 +37,6 @@ export function appNavigate(uri: ?string) {
37 37
 function _appNavigateToMandatoryLocation(
38 38
         dispatch: Dispatch<*>, getState: Function,
39 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 40
     const oldLocationURL = getState()['features/base/connection'].locationURL;
46 41
     const oldHost = oldLocationURL ? oldLocationURL.host : undefined;
47 42
     const newHost = newLocation.host;

Notiek ielāde…
Atcelt
Saglabāt