Skip to content

Commit

Permalink
[wip] Send JWT even after join the conference and connection is estab…
Browse files Browse the repository at this point in the history
…lished #129
  • Loading branch information
Yury Shapkarin committed Aug 6, 2020
1 parent df89ec4 commit 43db183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/features/filmstrip/components/web/StatusIndicators.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ function _mapStateToProps(state, ownProps) {
_currentLayout: getCurrentLayout(state),
_showModeratorIndicator:
!interfaceConfig.DISABLE_FOCUS_INDICATOR && participant && participant.role === PARTICIPANT_ROLE.MODERATOR,
_akAddress: participant.akAddress,
_local: participant.local,
_akAddress: participant?.akAddress,
_local: participant?.local,
hasWallet: state['features/aeternity'].hasWallet
};
}
Expand Down

0 comments on commit 43db183

Please sign in to comment.