|
@@ -14,10 +14,7 @@ import VideoLayout from './videolayout/VideoLayout';
|
14
|
14
|
import Filmstrip from './videolayout/Filmstrip';
|
15
|
15
|
|
16
|
16
|
import { JitsiTrackErrors } from '../../react/features/base/lib-jitsi-meet';
|
17
|
|
-import {
|
18
|
|
- getLocalParticipant,
|
19
|
|
- showParticipantJoinedNotification
|
20
|
|
-} from '../../react/features/base/participants';
|
|
17
|
+import { getLocalParticipant } from '../../react/features/base/participants';
|
21
|
18
|
import { toggleChat } from '../../react/features/chat';
|
22
|
19
|
import { openDisplayNamePrompt } from '../../react/features/display-name';
|
23
|
20
|
import { setEtherpadHasInitialzied } from '../../react/features/etherpad';
|
|
@@ -380,8 +377,6 @@ UI.addUser = function(user) {
|
380
|
377
|
if (status) {
|
381
|
378
|
// FIXME: move updateUserStatus in participantPresenceChanged action
|
382
|
379
|
UI.updateUserStatus(user, status);
|
383
|
|
- } else {
|
384
|
|
- APP.store.dispatch(showParticipantJoinedNotification(displayName));
|
385
|
380
|
}
|
386
|
381
|
|
387
|
382
|
// set initial display name
|