Bläddra i källkod

Fixes the message for who kicked you.

master
damencho 6 år sedan
förälder
incheckning
2544d0a084
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      react/features/conference/actions.web.js

+ 1
- 1
react/features/conference/actions.web.js Visa fil

20
     return (dispatch: Dispatch<any>, getState: Function) => {
20
     return (dispatch: Dispatch<any>, getState: Function) => {
21
         const args = {
21
         const args = {
22
             participantDisplayName:
22
             participantDisplayName:
23
-                getParticipantDisplayName(getState, participant.getDisplayName())
23
+                getParticipantDisplayName(getState, participant.getId())
24
         };
24
         };
25
 
25
 
26
         dispatch(showNotification({
26
         dispatch(showNotification({

Laddar…
Avbryt
Spara