浏览代码

feat: add test hint for grant moderator availability

master
Gabriel Imre 5 年前
父节点
当前提交
29366a0029
共有 1 个文件被更改,包括 4 次插入6 次删除
  1. 4
    6
      react/features/base/testing/components/TestConnectionInfo.js

+ 4
- 6
react/features/base/testing/components/TestConnectionInfo.js 查看文件

@@ -184,6 +184,9 @@ class TestConnectionInfo extends Component<Props, State> {
184 184
                 <TestHint
185 185
                     id = 'org.jitsi.meet.conference.joinedState'
186 186
                     value = { this.props._conferenceJoinedState } />
187
+                <TestHint
188
+                    id = 'org.jitsi.meet.conference.grantModeratorAvailable'
189
+                    value = { true } />
187 190
                 <TestHint
188 191
                     id = 'org.jitsi.meet.conference.localParticipantRole'
189 192
                     value = { this.props._localUserRole } />
@@ -201,12 +204,7 @@ class TestConnectionInfo extends Component<Props, State> {
201 204
  *
202 205
  * @param {Object} state - The Redux state.
203 206
  * @private
204
- * @returns {{
205
- *     _conferenceConnectionState: string,
206
- *     _conferenceJoinedState: string,
207
- *     _localUserId: string,
208
- *     _testMode: boolean
209
- * }}
207
+ * @returns {Props}
210 208
  */
211 209
 function _mapStateToProps(state) {
212 210
     const conferenceJoined

正在加载...
取消
保存