From 92dbc4805e16c90cf99c6dbaea9c57d4bfb7499f Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Tue, 3 Mar 2020 21:02:45 -0500 Subject: [PATCH] chat: pull room contacts from associated group --- pkg/interface/chat/src/js/components/root.js | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pkg/interface/chat/src/js/components/root.js b/pkg/interface/chat/src/js/components/root.js index 7efe908346..71b12597ab 100644 --- a/pkg/interface/chat/src/js/components/root.js +++ b/pkg/interface/chat/src/js/components/root.js @@ -45,12 +45,13 @@ export class Root extends Component { state.invites['/chat'] : {}; let contacts = !!state.contacts ? state.contacts : {}; + let associations = !!state.associations ? state.associations : new Map; const renderChannelSidebar = (props, station) => (