Procházet zdrojové kódy

Fixes the message for who kicked you.

master
damencho před 6 roky
rodič
revize
2544d0a084
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      react/features/conference/actions.web.js

+ 1
- 1
react/features/conference/actions.web.js Zobrazit soubor

@@ -20,7 +20,7 @@ export function notifyKickedOut(participant: Object, _: ?Function) { // eslint-d
20 20
     return (dispatch: Dispatch<any>, getState: Function) => {
21 21
         const args = {
22 22
             participantDisplayName:
23
-                getParticipantDisplayName(getState, participant.getDisplayName())
23
+                getParticipantDisplayName(getState, participant.getId())
24 24
         };
25 25
 
26 26
         dispatch(showNotification({

Načítá se…
Zrušit
Uložit