只有群管理才能显示入群请求页面
This commit is contained in:
@@ -576,7 +576,7 @@ export default function ChatFragment({ target, showReturnButton, onReturnButtonC
|
|||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
}}>
|
}}>
|
||||||
<JoinRequestsList chat={chatInfo} />
|
{chatInfo.is_admin && <JoinRequestsList chat={chatInfo} />}
|
||||||
</mdui-tab-panel>
|
</mdui-tab-panel>
|
||||||
}
|
}
|
||||||
<mdui-tab-panel slot="panel" value="Settings" style={{
|
<mdui-tab-panel slot="panel" value="Settings" style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user