From 36944a9ea7da53a414cb63a65a89d66840bc47ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Thu, 14 Mar 2019 09:47:49 +0100 Subject: [PATCH] Emergency fix, wrong displayname --- app/lib/RoomClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/RoomClient.js b/app/lib/RoomClient.js index b146d48..4d42144 100644 --- a/app/lib/RoomClient.js +++ b/app/lib/RoomClient.js @@ -77,7 +77,7 @@ export default class RoomClient this._peerName = peerName; // My display name - this._displayName = peerName; + this._displayName = displayName; // Alert sound this._soundAlert = new Audio('/resources/sounds/notify.mp3');