From 2544d0a08444f44a55e9eeb56452b4f2727e4b8a Mon Sep 17 00:00:00 2001 From: damencho Date: Wed, 20 Nov 2019 15:23:58 +0200 Subject: [PATCH] Fixes the message for who kicked you. --- react/features/conference/actions.web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/conference/actions.web.js b/react/features/conference/actions.web.js index 8b31b3f00..9098b03d1 100644 --- a/react/features/conference/actions.web.js +++ b/react/features/conference/actions.web.js @@ -20,7 +20,7 @@ export function notifyKickedOut(participant: Object, _: ?Function) { // eslint-d return (dispatch: Dispatch, getState: Function) => { const args = { participantDisplayName: - getParticipantDisplayName(getState, participant.getDisplayName()) + getParticipantDisplayName(getState, participant.getId()) }; dispatch(showNotification({